+
-
*
/
%
div-euclid
rem-euclid
abs
sign
even?
odd?
nat-int?
pos-int?
neg-int?
nan?
inf?
==
<
<=
>
>=
ord
min
max
clamp
round
floor
ceil
sqrt
cbrt
pow
log
flo-sign
trunc
fract
sin
cos
tan
asin
acos
atan
bitand
bitor
bitxor
bitnot
bitshl
bitshr
bitsar
rand
chance?
rand-pick
rand-weighted
rand-reseed
smoothstep
seek
antiseek
(atan y (? x)) y: a flo x: a flo (optional) returns a flo
Arctangent, in radians.
(atan f) is equivalent to f32::atan.
(atan f)
f32::atan
(atan y x) is equivalent to f32::atan2.
(atan y x)
f32::atan2