计算一个角度的正切值。
tan()
在创意编程里的许多几何任务中都非常有用。返回的值范围从负无穷到正无穷,并随着输入角度的增加而周期性地重复。tan()
会考虑当前的 angleMode()。
示例
语法
tan(angle)
参数
angle
数字:
角度。
Returns
数字: 角度的正切值。
Notice any errors or typos? Please let us know. Please feel free to edit src/math/trigonometry.js and open a pull request!