+
-
*
/
%
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
(trunc f) f: a flo returns a flo
Returns the integer part of a float, as a float.
Equivalent to f32::trunc.
f32::trunc