Difference between revisions of "LlAcos"

From Second Life Wiki
Jump to navigation Jump to search
m (LSL llAcos moved to LlAcos)
Line 1: Line 1:
{{lowercase}}
{{LSL_Function
{{LSL_Function
|func_id=172
|func_id=172|func_sleep=0.0|func_energy=10.0
|func_sleep=0.0
|func=llAcos|sort=Acos
|func_energy=10.0
|func=llAcos
|sort=Acos
|return_type=float
|return_type=float
|p1_type=float
|p1_type=float|p1_name=val|p1_desc=val must fall in the range [-1.0, 1.0]. (-1.0 <{{=}} '''val''' <{{=}} 1.0)
|p1_name=val
|return_text=that is the arccosine in radians of '''val'''
|p1_desc=val must fall in the range [-1.0, 1.0]. (-1.0 <= '''val''' <= 1.0)
|return_text=that is the arccosine in radians of val
|spec|caveats|examples|helpers|related
|spec|caveats|examples|helpers|related
|also_functions=*{{LSLG|llAsin}}
|also_functions={{LSL DefineRow||{{LSLG|llAsin}}|}}
*{{LSLG|llAtan2}}
{{LSL DefineRow||{{LSLG|llAtan2}}|}}
|also_articles=*{{wikipedia|Inverse_trigonometric_function}}
|also_articles={{LSL DefineRow||{{wikipedia|Inverse_trigonometric_function}}|}}
|notes
|notes
|cat1=Math/Trigonometry
|cat1=Math/Trigonometry

Revision as of 12:45, 25 February 2007