Asin

From MiniScript Wiki
Revision as of 22:38, 15 March 2020 by 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...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

asin is a function that returns the inverse sine, that is, the angle (in radians) whose sine is the given value.


Arguments

Parameter Name Default Value Meaning
x number, default 0 sine of the angle to find

Usage Notes

funcname may be called either as a global method, passing the sequence or map as an argument; or as a member function (defined on list, string, and map) using dot syntax, with no arguments.

Example

asin(1)   // returns 1.570796