This shows you the differences between two versions of the page.
| Next revision | Previous revision | ||
| crpl:docs:asin [2013/01/14 19:03] – created virgilw | crpl:docs:asin [2025/02/14 14:57] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | TODO | + | |
| + | <- [[crpl: | ||
| + | ===== asin ===== | ||
| + | |||
| + | asin(1) -> | ||
| + | |||
| + | === Description === | ||
| + | Calculates the arcsine of the input angle | ||
| + | === Examples === | ||
| + | <code 4RPL> | ||
| + | race(asin(1)) #prints PI/2 | ||
| + | </ | ||