[mod]
docstring for 'mod' function:------------
source: std/math.noc#mod
Modulo operation
(example)
10 6 mod => [4]
[%]
docstring for '%' function:------------
source: std/math.noc#(%)
Modulo operation
(example)
10 6 mod => [4]
[sqrt]
docstring for 'sqrt' function:------------
source: std/math.noc#sqrt
Square root of a number
(example)
25 sqrt => [5.0]