跳转到内容

Rebol 编程/正弦

来自维基教科书,开放的书籍,为开放的世界

值 /弧度

返回三角函数正弦值,以度为单位。

SINE 是一个本机值。

  • -- (类型: 数字)
  • /弧度 -- 值以弧度表示。

源代码

[编辑 | 编辑源代码]
sine: native[
    "Returns the trigonometric sine in degrees." 
    value [number!] 
    /radians "Value is specified in radians."
]
华夏公益教科书