Difference between revisions of "Asin"
Jump to navigation
Jump to search
ZachStrout (talk | contribs) (Created page with "<c>asin</c> is a function that returns the inverse sine, that is, the angle (in radians) whose sine is the given value. === Arguments === {| class="wikitable" |- ! Paramete...") |
m |
||
| (One intermediate revision by the same user not shown) | |||
| Line 7: | Line 7: | ||
{| class="wikitable" | {| class="wikitable" | ||
|- | |- | ||
| − | ! Parameter Name !! | + | ! Parameter Name !! Type !! Meaning |
|- | |- | ||
| ''x'' || number, default 0 || sine of the angle to find | | ''x'' || number, default 0 || sine of the angle to find | ||
|} | |} | ||
| − | |||
| − | |||
| − | |||
== Example == | == Example == | ||
Latest revision as of 22:25, 31 July 2020
asin is a function that returns the inverse sine, that is, the angle
(in radians) whose sine is the given value.
Arguments
| Parameter Name | Type | Meaning |
|---|---|---|
| x | number, default 0 | sine of the angle to find |
Example
asin(1) // returns 1.570796