Math
All ops normal, except /
always returns float
div(5, 4) is integer division => 1
rem(5, 4) is modulo => 1
Float, Integer different and different libs
Kernel has functions that work on many
Kernel
.min
.max
.round - to nearest integer
Random Number
Last updated