General
Square & Cubed Root
Function
Name
Behaviour
sqrt()
Square Root
Returns the square root of a number (also √)
cbrt()
Cube Root
Returns the cube root of a number
Nth root
Comparing numbers
min() and max() in Soulver
Remainders (mod)
Middles and halves
Random numbers
To generate a random integer in a specified range:
To generate a random floating point number, use the range 0 to 1
LCM & GCD
Lowest common multiple and greatest common divisor
Permutations & Combinations
Or alternatively use a slightly clearer syntax:
Clamp
Operator Phrases
These phrases are synonymous with regular math operators:
Last updated
Was this helpful?