Difference between revisions of "LlLog10"

From Second Life Wiki
Jump to navigation Jump to search
 
Line 1: Line 1:
{{LSLFunctionAll|func_id=264|func_sleep=0.0|func_energy=10.0|func=llLog10|return_type=float|p1_type=loat|p1_name=val|func_footnote=Returns the base 10 log of val if val > 0, otherwise returns 0.0|return_text|spec|caveats|examples|helpers|related|also|notes}}[[Category:LSL_Functions]][[Category:LSL_Stub]]
{{LSL_Function
|func_id=264|func_sleep=0.0|func_energy=10.0
|func=llLog10|return_type=float|p1_type=float|p1_name=val
|func_footnote=To get the {{Wikipedia|Natural_logarithm|natural logarithm}} use {{LSLG|llLog10}}.
|func_desc
|return_text=that is the base 10 {{Wikipedia|logarithm}} of '''val'''.<br/>If '''val''' <= 0 return {{HoverText|zero|0.0}} instead.
|spec
|caveats
|constants
|examples
|helpers
|also_functions
|also_events
|also_tests
|also_articles
|notes
|permission
|negative_index
|sort=Log10
|cat1=Math
|cat2
|cat3
|cat4
}}

Revision as of 19:06, 11 February 2007