Difference between revisions of "LlAcos"

From Second Life Wiki
Jump to navigation Jump to search
(testing lowercase patch)
m (LSL llAcos moved to LlAcos)
(No difference)

Revision as of 17:13, 16 February 2007

The correct title of this article is llAcos. The initial letter is shown capitalized due to technical restrictions.

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 );
0.0 Forced Delay
10.0 Energy

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

Signature

function float llAcos( float val );