Cos()

来自Microduino Wikipedia
跳转至: 导航搜索
float sin (float rad)
//正弦函数 
float cos (float rad)
//余弦函数 
float tan (float rad)
//正切函数 


[返回Arduino语法手册]