Operations
Add
Add values together.
Subtract
Subtract values.
Multiply
Multiply values together.
Divide
Divide values.
Pow
Raise a value to a power.
Square
Square a value.
Third Power
Raise a value to the third power.
Fourth Power
Raise a value to the fourth power.
Exp
Exponential function.
Sqrt
Square root of a value.
Third Root
Cube root of a value.
Fourth Root
Fourth root of a value.
Nth Root
Nth root of a value.
Log
Logarithm of a value.
Mod
Modulo operation.
Min
Minimum of values.
Max
Maximum of values.
Average
Average of values.
Abs
Absolute value.
Trigonometry
Sin
Sine function.
Cos
Cosine function.
Tan
Tangent function.
Asin
Arcsine function.
Acos
Arccosine function.
Atan
Arctangent function.
Atan2
Two-argument arctangent function.
Vectors
Angle between Vectors
Calculate the angle between two vectors.
Perpendicular Vector
Get a vector perpendicular to the input.
Vector Field from Components
Create a vector field from component values.
2D Vector Field
Create a 2D vector field.
Vector Field from Gradient
Create a vector field from a gradient.
Dot Product
Calculate the dot product of vectors.
Cross Product
Calculate the cross product of vectors.
Angle with Respect to Plane
Calculate the angle of a vector with respect to a plane.
Constants
e
Euler’s number constant.
Gravity
Gravitational constant.
Phi
Golden ratio constant.
Pi
Pi constant.
Logic
And
Logical AND operation.
Or
Logical OR operation.
Xor
Logical XOR operation.
Not
Logical NOT operation.
Less Than
Less than comparison.
Greater Than
Greater than comparison.
Less Than or Equal to
Less than or equal comparison.
Greater Than or Equal to
Greater than or equal comparison.
Not Equal
Not equal comparison.
Equals
Equality comparison.
Utilities
Evaluate Expression
Evaluate a mathematical expression.
Linear Map
Map a value linearly from one range to another.
Clamp
Clamp a value to a range.
Nan Fill
Replace NaN values.
Compare
Compare values.
Ramp
Create a ramp function.
Mix
Mix between values.
Transfer Function
Apply a transfer function.
Sequence from Bounds
Create a sequence from bounds.
Sequence
Create a sequence of values.
Random Sequence
Create a random sequence.
Ceiling
Round up to the nearest integer.
Floor
Round down to the nearest integer.
Round
Round to the nearest integer.

