Difference between revisions of "LlAcos"

From Second Life Wiki
Jump to navigation Jump to search
Line 7: Line 7:
|p1_type=float
|p1_type=float
|p1_name=val
|p1_name=val
|p1_desc= val must call 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|notes

Revision as of 02:29, 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

Deep Notes

Search JIRA for related Issues

Signature

function float llAcos( float val );