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>
參照
函式
| • llSin | llAsin | – | sine & inverse Sine | |
| • llCos | – | cosine | ||
| • llTan | llAtan2 | – | tangent & inverse tangent |
文章
| • | Error creating thumbnail: Unable to save thumbnail to destination Inverse_trigonometric_function |
Deep Notes
Footnotes
- ^ The ranges in this article are written in Interval Notation.