This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
crpl:docs:acos [2013/01/14 19:09] – external edit 127.0.0.1 | crpl:docs:acos [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
---|---|---|---|
Line 1: | Line 1: | ||
+ | <- [[crpl: | ||
===== acos ===== | ===== acos ===== | ||
- | ^Arguments^Result^Notation^ | + | acos(-1) ->PiValue |
- | |A floating point number|The arccosine of the input number |'' | + | |
=== Description === | === Description === | ||
Calculates the arccosine of the input angle | Calculates the arccosine of the input angle | ||
=== Examples === | === Examples === | ||
- | < | + | < |
- | 0.5 acos trace | + | trace(acos(-1)) #prints PI |
</ | </ | ||
- | |||