use math
This module contains Phoo bindings for most all of the functions defined
on the global Math
object.
num
) :PI
E
LN2
LN10
LOG2E
LOG10E
SQRT2
SQRT1_2
a
→ b
) :acos
acosh
asin
asinh
atan
atanh
cbrt
ceil
clz32
cos
cosh
exp
expm1
floor
fround
imul
log
log1p
log10
log2
round
sign
sin
sqrt
tan
tanh
trunc
atan2
( x
y
→ v
)hypot
( a
array of lengths → h
hypotenuse )abs
, max
, min
, pow
, and random
are omitted.
abs
, max
, pow
,
and min
are included in the standard builtins,
and a better-quality, seedable random number generator is included in the random
module.
docs@04547c7