Arduino语法-三角函数
函数列表
- sin(rad)
- cos(rad)
- tan(rad)
- 列表项目
三角函数说明
sin()
float sin (float rad)
//正弦函数
cos()
float cos (float rad)
//余弦函数
tan()
float tan (float rad)
//正切函数
获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号
函数列表
三角函数说明
sin()
float sin (float rad)
//正弦函数
cos()
float cos (float rad)
//余弦函数
tan()
float tan (float rad)
//正切函数
获取最新文章: 扫一扫右上角的二维码加入“创客智造”公众号