Unofficial LSL Reference

[[functions:llfabs]]


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:llfabs [2015-02-04 08:19 SLT]
sei pinf minf nan
functions:llfabs [2015-02-04 13:07 SLT] (current)
sei remove extra bracket
Line 17: Line 17:
 Returns a $lty[float] that is the absolute value of $prm[fval], that is, the value with any negative sign removed. Returns a $lty[float] that is the absolute value of $prm[fval], that is, the value with any negative sign removed.
  
-More rigorously, the result will be the same as $prm[fval] if $prm[fval] is positive or zero, and $prm[-fval]] if it is negative.+More rigorously, the result will be the same as $prm[fval] if $prm[fval] is positive or zero, and $prm[-fval] if it is negative.
  
 ===== Notes ===== ===== Notes =====