Difference between revisions of "LlAcos"

From Second Life Wiki
Jump to navigation Jump to search
Line 9: Line 9:
|p1_desc= -1.0 <= val <= 1.0
|p1_desc= -1.0 <= val <= 1.0
|return_text=that is the arccosine in radians of val
|return_text=that is the arccosine in radians of val
|spec|caveats|examples|helpers|related|also|notes}
|spec|caveats|examples|helpers|related|also|notes
}
}}
[[Category:LSL_Functions]]
[[Category:LSL_Functions]]
[[Category:LSL_Stub]]
[[Category:LSL_Stub]]
[[Category:LSL_Math]]
[[Category:LSL_Math]]
[[Category:LSL_Trigonometry]]
[[Category:LSL_Trigonometry]]

Revision as of 02:27, 28 January 2007

   Outdated templated used

Please change the template from 'LSLFunctionAll' to 'LSL_Function' (just replace 'LSLFunctionAll' with 'LSL_Function', do this after fixing any other erorr messages.

Summary

Function: float llAcos( float <span title="-1.0 <= val <= 1.0" style="border-bottom:1px dotted; cursor:help;">val );

Returns a float that is the arccosine in radians of val

• float val -1.0 <= val <= 1.0

Examples

Deep Notes

Search JIRA for related Issues

Signature

function float llAcos( float val );