Math
- Abs: Convert every number to a positive number.
- Add: Add two numbers.
- Angle: Calculate the angle between two points.
- Average: Calculate the average of a list of numbers.
- Boolean: Create a boolean value that can be used as a variable.
- Ceil: Round up the value of a number.
- Compare: Select between two values by comparing them.
- Convert Range: Convert a value from one range to another.
- Coordinates: Calculate a new point based on the angle and distance from an original point.
- Cos: Calculate the trigonometric cosine of an angle.
- Degrees: Convert radians to degrees.
- Distance: Calculate the distance between two points.
- Divide: Divide two numbers.
- E: The value of the mathematical constant e, the base of the natural logarithm.
- Even: Determine if a number is even.
- Floor: Round down the value of a number.
- Integer: Create an integer value that can be used as a variable.
- Log: Calculate the natural logarithm of a value.
- Make Numbers: Transform a string to a list of numbers.
- Max: Select the largest value from a list of numbers.
- Min: Select the smallest value from a list of numbers.
- Mod: Calculate the modulo by dividing two numbers and keeping the remainder.
- Multiply: Multiply two numbers.
- Negate: Change the sign of a number by negating it.
- Number: Create a floating-point value that can be used as a variable.
- Odd: Determine if a number is odd.
- Pi: The value of the mathematical constant pi.
- Pow: Calculate the power of a number.
- Radians: Convert degrees to radians.
- Random Numbers: Create a list of random numbers.
- Range: Generate a range of numbers.
- Reflect: Calculate a new point based on the angle and distance from an original point.
- Round: Convert a floating-point number to an integer.
- Running Total: Generate in between totals of a list of numbers.
- Sample: Generate numbers within the given bounds.
- Sin: Calculate the trigonometric sine of an angle.
- Sqrt: Calculate the square root of a number.
- Subtract: Subtract two numbers.
- Sum: Add up all numbers in the list.
- Wave: Calculate a value based on wave equations.