Difference between revisions of "LlLog"

From Second Life Wiki
Jump to navigation Jump to search
m (Fix for alphabetical order in Functions list)
m (Adding an example)
Line 10: Line 10:
|caveats
|caveats
|constants
|constants
|examples
|examples=<pre>
default
{
  state_entry()
  {
    float num1 = llFrand(100.0);
 
    llOwnerSay("The natural logarithm of " + (string)num1 + " is " + (string)llLog(num1));
  }
}
</pre>
|helpers
|helpers
|also_functions={{LSL DefineRow||[[llLog10]]|}}
|also_functions={{LSL DefineRow||[[llLog10]]|}}

Revision as of 17:26, 22 May 2007