Cos()

来自Microduino Wikipedia
Pppeng讨论 | 贡献2016年5月25日 (三) 01:40的版本 (创建页面,内容为“<pre style="color:green"> float sin (float rad) //正弦函数 float cos (float rad) //余弦函数 float tan (float rad) //正切函数 </pre> https://www.mi...”)
(差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
跳转至: 导航搜索
float sin (float rad)
//正弦函数 
float cos (float rad)
//余弦函数 
float tan (float rad)
//正切函数 


[返回Arduino语法手册]