Difference between revisions of "LlLog10"

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

Revision as of 17:29, 22 May 2007