<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="zh-CN">
	<id>http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlSin</id>
	<title>LlSin - 版本历史</title>
	<link rel="self" type="application/atom+xml" href="http://i.bnu.edu.cn/wiki/index.php?action=history&amp;feed=atom&amp;title=LlSin"/>
	<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlSin&amp;action=history"/>
	<updated>2026-06-01T06:21:45Z</updated>
	<subtitle>本wiki的该页面的版本历史</subtitle>
	<generator>MediaWiki 1.31.0</generator>
	<entry>
		<id>http://i.bnu.edu.cn/wiki/index.php?title=LlSin&amp;diff=567&amp;oldid=prev</id>
		<title>Wzc：创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: float llSin( float theta ); |参数= 参数：•浮动θ…”</title>
		<link rel="alternate" type="text/html" href="http://i.bnu.edu.cn/wiki/index.php?title=LlSin&amp;diff=567&amp;oldid=prev"/>
		<updated>2020-08-12T00:59:56Z</updated>

		<summary type="html">&lt;p&gt;创建页面，内容为“{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}   {{函数详情 |函数名 = Function: float llSin( float theta ); |参数= 参数：•浮动θ…”&lt;/p&gt;
&lt;p&gt;&lt;b&gt;新页面&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{LSL Header|ml=*}}{{LSLC|Keywords}}{{LSLC|Flow Control}}{{LSLC|}}&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{函数详情&lt;br /&gt;
|函数名 = Function: float llSin( float theta );&lt;br /&gt;
|参数= 参数：•浮动θ–以弧度表示的角度&lt;br /&gt;
|返回值= 返回值：返回θ的正弦值的浮点值。&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|注意事项=由于浮点上的IEE754，llSin（PI）返回-8.742278E-8（十六进制：0xB3BBBD2E），而不是0.0。误差以PI的倍数累加：例如llSin（100000.0*PI）=0.015890，结果应该是0.0&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|示例=&lt;br /&gt;
示例1&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
// Touch the object with this script in it to see the sine of random numbers!&lt;br /&gt;
default&lt;br /&gt;
{&lt;br /&gt;
    touch_start(integer num)&lt;br /&gt;
    {&lt;br /&gt;
        float r = llFrand(TWO_PI);&lt;br /&gt;
        llOwnerSay(&amp;quot;The sine of &amp;quot; + (string)r + &amp;quot; in radians or &amp;quot; + (string)(r * RAD_TO_DEG) + &amp;quot; in degrees is &amp;quot; + (string)llSin(r));&lt;br /&gt;
    }&lt;br /&gt;
}&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|相关函数=&lt;br /&gt;
[[llAsin]]–反正弦&lt;br /&gt;
&lt;br /&gt;
[[llCos]] [[llAcos]]–余弦和反余弦	&lt;br /&gt;
&lt;br /&gt;
[[llTan]] [[llAtan2]]	–正切和反切线&lt;br /&gt;
	&lt;br /&gt;
&lt;br /&gt;
|相关事件=无&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Wzc</name></author>
		
	</entry>
</feed>