Math Functions: Difference between revisions

"Better category ordering, add redirects to categories, fix pseudo-adverb categories"
(add oK math primitives)
 
("Better category ordering, add redirects to categories, fix pseudo-adverb categories")
 
(One intermediate revision by one other user not shown)
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.
Line 25 ⟶ 30:
1024 15625f
</pre>
 
[[Category:Verbs]]
[[Category:Operator verbs]]
[[Category:Primitives]]
720

edits