正弦、余弦与正切

给定某个圆的半径和角度,我们就可以分别计算出圆周上某一点的X与Y坐标了。
某X坐标等于圆半径乘以该角的余弦值,Y坐标等于圆半径乘以该角的正弦值。

阅读更多

角度与弧度转换

弧度 = (π/180) * 角度
角度 = (180/π) * 弧度
例如45角度等于 (π/180) * 45 弧度,1弧度等于 (180/π)*1 角度

阅读更多

Hello World

Welcome to Hexo! This is your very first post. Check documentation for more info. If you get any problems when using Hexo, you can find the answer in troubleshooting or you can ask me on GitHub.

阅读更多