2π
180 ÷ π
π ÷ 180
√1
√2
√3
√4
√5
√6
√7
√8
√9
√10
ϕ | φ
K
λ
C10
γ
Get absolute value
Get absolute value
Find the smallest number
Find the smallest number
Find the largest number
Find the largest number
Power
Power
Remap numbers from a range to another range
Remap numbers from a range to another range
Limit number range, numbers outside the range will be cropped
Limit number range, numbers outside the range will be cropped
Degrees to Radians
Radians to Degrees
Positive number returns 1, Negative number returns -1
n => 1-n => -10 => 1--0 => -1
NaN => NaNNegative number returns -1, other returns 1
n => 1-n => -10 => 1Returns the sign of the x, indicating whether x is positive, negative or zero.
n => 1-n => -10 => 0-0 => -0NaN => NaNReturns the sign of the x, indicating whether x is positive, negative or zero.
n => 1-n => -10 => 0Compare 2 numbers
a > b => 1a < b => -1a == b => 0Compare 2 numbers
a > b => 1a < b => -1a == b => 0Generated using TypeDoc
Extended Math