LlAcos/zh-Hant
< LlAcos
範例
<lsl>// Touch the object with this script in it to see the arccosine of random numbers! default {
touch_start(integer num)
{
float r = llFrand(2) - 1.0;
llOwnerSay("The arccosine of " + (string)r + " is " + (string)llAcos(r));
}
}</lsl>
參照
Deep Notes
Footnotes
- ^ The ranges in this article are written in Interval Notation.