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
=> -1
0
=> 1
--0
=> -1
NaN
=> NaN
Negative number returns -1
, other returns 1
n
=> 1
-n
=> -1
0
=> 1
Returns the sign of the x, indicating whether x is positive, negative or zero.
n
=> 1
-n
=> -1
0
=> 0
-0
=> -0
NaN
=> NaN
Returns the sign of the x, indicating whether x is positive, negative or zero.
n
=> 1
-n
=> -1
0
=> 0
Compare 2 numbers
a > b
=> 1
a < b
=> -1
a == b
=> 0
Compare 2 numbers
a > b
=> 1
a < b
=> -1
a == b
=> 0
Generated using TypeDoc
Extended Math