LlAcos/zh-Hant
< LlAcos
Jump to navigation
Jump to search
Revision as of 19:02, 7 May 2011 by Blackcan Babii (talk | contribs) (Created page with "{{LSL_Function/zh-Hant |func_id=172|func_sleep=0.0|func_energy=10.0 |func=llAcos|sort=Acos |return_type=float |p1_type=float|p1_name=val|p1_desc=must fall in the range {{Interval…")
範例
<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.