“Tan()”的版本间的差异

来自Microduino Wikipedia
跳转至: 导航搜索
(创建页面,内容为“<pre style="color:green"> float sin (float rad) //正弦函数 float cos (float rad) //余弦函数 float tan (float rad) //正切函数 </pre> https://www.mi...”)
 
(没有差异)

2016年5月25日 (三) 01:41的最新版本

float sin (float rad)
//正弦函数 
float cos (float rad)
//余弦函数 
float tan (float rad)
//正切函数 


[返回Arduino语法手册]