3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Abs

Absolute value. Returns the magnitude of a number, always non-negative.

Block

Interactive preview is available in the interactive reader.

Parameters

input
Any number. Negative values become positive.

How it works

Abs strips the sign: -5 becomes 5, 3 stays 3. Useful for symmetric effects (e.g. mirror a wave around zero) or ensuring non-negative values for dimensions.