You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.
This shows you the differences between two versions of the page.
functions:llasin [2014-05-21 12:44 SLT] sei [Short examples] Spacing |
functions:llasin [2015-09-23 14:34 SLT] (current) sei Style |
||
---|---|---|---|
Line 1: | Line 1: | ||
+ | $nav | ||
===== Function: llAsin ===== | ===== Function: llAsin ===== | ||
Line 14: | Line 15: | ||
===== Return value ===== | ===== Return value ===== | ||
- | [[types/Float]] number with the angle in radians that is the inverse sine of the argument. | + | $lty[Float] number with the angle in radians that is the inverse sine of the argument. |
===== Notes ===== | ===== Notes ===== | ||
- | * The range of **arg** must be between -1 and 1, because the sine of any angle can't be outside that range. | + | * The range of $prm[arg] must be between -1 and 1, because the sine of any angle can't be outside that range. |
- | * The result is always between -[[constants/PI_BY_TWO]] and **PI_BY_TWO**, or **NaN** if the argument is out of the valid range. | + | * The result is always between -$lct[PI_BY_TWO] and $ct[PI_BY_TWO, or $nan if the argument is out of the valid range. |
===== Short examples ===== | ===== Short examples ===== | ||
Line 58: | Line 59: | ||
===== See also ===== | ===== See also ===== | ||
- | === Related trigonometric functions === | + | * $lfn[llSin] calculates the sine of the argument. |
- | * [[llSin]] calculates the sine of the argument. | + | * $lfn[llAcos] calculates the inverse cosine of the argument. |
- | + | * $lfn[llCos] calculates the cosine of the argument. | |
- | === Other trigonometric functions === | + | * $lfn[llAtan2] calculates the angle of a 2D vector. |
- | * [[llAcos]] calculates the inverse cosine of the argument. | + | * $lfn[llTan] calculates the tangent of the argument. |
- | * [[llCos]] calculates the cosine of the argument. | + | * Other $lfn[math/] functions |
- | * [[llAtan2]] calculates the angle of a 2D vector. | + | |
- | * [[llTan]] calculates the tangent of the argument. | + |