Divide

Read with AI
All docs in one file (llms-full.txt)
divide #Math #Node
Divide

Sends A ÷ B out of Result.

When B is 0, the output is not updated. Rather than outputting NaN or 0, the previous value stays. When something looks stuck, suspect a division by zero.

Math nodes take a float and return a float, and are used as relays that convert a knob’s value into another value. For the full picture, see Math.

Input ports

Port IDType
Afloat
Bfloat

Output ports

Port IDType
Resultfloat

Scriptable members

PathType
currentValueAfloat
currentValueBfloat

Synapse Apps (scripting)

await synapse.modules.create({ type: "divide" })

Pages linking here

Also referenced from