3dSynth

Docs / SynthBlocks

Open in the interactive docs reader

Pow

Power. Raises base to the exponent: base^exponent.

Block

Interactive preview is available in the interactive reader.

Parameters

base
The base number.
exponent
The exponent. Use 0.5 for square root, 2 for square.

How it works

Pow creates exponential curves. Use 2 for quadratic growth, 0.5 for square-root falloff, or fractional exponents for custom curves.