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:lltan [2014-12-09 16:52 SLT] sei Add nav |
functions:lltan [2015-02-04 18:20 SLT] (current) sei style |
||
---|---|---|---|
Line 19: | Line 19: | ||
===== Notes ===== | ===== Notes ===== | ||
- | * Inputs of **-Infinity**, **Infinity** and **NaN** result in **NaN**. | + | * Inputs of $minf, $pinf and $nan result in $nan. |
* If the angle is otherwise not between -9.22337e18 and 9.22337e18, the argument is returned unchanged. | * If the angle is otherwise not between -9.22337e18 and 9.22337e18, the argument is returned unchanged. | ||
Line 59: | Line 59: | ||
=== Related trigonometric functions === | === Related trigonometric functions === | ||
- | * [[llSin]] calculates the sine of the argument. | + | * $lfn[llSin] calculates the sine of the argument. |
- | * [[llCos]] calculates the tangent of the argument. | + | * $lfn[llCos] calculates the tangent of the argument. |
- | * [[llAtan2]] calculates the angle of a 2D vector. | + | * $lfn[llAtan2] calculates the angle of a 2D vector. |
=== Other trigonometric functions === | === Other trigonometric functions === | ||
- | * [[llAsin]] calculates the inverse sine of the argument. | + | * $lfn[llAsin] calculates the inverse sine of the argument. |
- | * [[llAcos]] calculates the inverse cosine of the argument. | + | * $lfn[llAcos] calculates the inverse cosine of the argument. |
=== Related information === | === Related information === | ||
- | * [[types/float]] type and associated caveats and limitations. | + | * $lty[float] type and associated caveats and limitations. |