Difference between revisions of "LlAcos"

From Second Life Wiki
Jump to navigation Jump to search
Line 9: Line 9:
|p1_desc= val must fall in the range [-1.0, 1.0].  (-1.0 <= val <= 1.0)
|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
|return_text=that is the arccosine in radians of val
|spec|caveats|examples|helpers|related|also|notes
|spec|caveats|examples|helpers|related
|also_articles=*{{wikipedia|Inverse trigonometric function}}
|notes
}}
}}
[[Category:LSL_Functions]]
[[Category:LSL_Functions]]

Revision as of 02:38, 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="val must fall in the range [-1.0, 1.0]. (-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 val must fall in the range [-1.0, 1.0]. (-1.0 <= val <= 1.0)

Examples

See Also

Deep Notes

Search JIRA for related Issues

Signature

function float llAcos( float val );