Math Functions: Difference between revisions

no edit summary
(add oK math primitives)
 
No edit summary
Line 2:
 
all primitives are [[atomicity|right atomic]] if [[monadic]], [[atomicity|fully atomic]] if [[dyadic]].
== abs ==
 
Gets the absolute value of any number.
<pre>
abs -1 1
1 1
</pre>
== sin ==
Computes the sine of a value given in radians.