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