Unofficial LSL Reference

[[functions:lltan]]


Unofficial LSL reference

User Tools

Login

You are currently not logged in! Enter your authentication credentials below to log in. You need to have cookies enabled to log in.

Login

Forgotten your password? Get a new one: Set new password

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

functions:lltan [2014-05-21 16:29 SLT]
sei Return value, inf, NaN, etc.
functions:lltan [2015-02-04 18:20 SLT] (current)
sei style
Line 1: Line 1:
 +$nav
 ===== Function: llTan ===== ===== Function: llTan =====
  
Line 18: 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 58: 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.