Skip to content

Sin__,cos__,tan__

Angelo edited this page Dec 30, 2019 · 1 revision
float sin (float rad)
//正弦函数
float cos (float rad)
//余弦函数
float tan (float rad)
//正切函数
Clone this wiki locally