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:llfloor [2015-02-04 08:20 SLT]
sei $nan style macro
functions:llfloor [2015-02-04 13:10 SLT] (current)
sei including infinity
Line 19: Line 19:
 ===== Notes ===== ===== Notes =====
  
-  * The function returns -2147483648 (Hex. 80000000) for float values of 2147483648.0 or bigger, or less than -2147483648.0,​ or $nan.+  * The function returns -2147483648 (Hex. 0x80000000) for float values of 2147483648.0 ​(including $pinf) ​or bigger, or less than -2147483648.0 ​(including $minf), or $nan.
  
 ===== Short examples ===== ===== Short examples =====