会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
Chasssser
自律给我自由ε=ε=ε=(~ ̄▽ ̄)~ (๑•ัω•็๑)
首页
新随笔
联系
订阅
管理
2018年7月17日
atan和atan2反正切计算
摘要: typedef struct point { double x, y; }point; //给定两个点 point a(x1,y1),b(x2,y2); 使用反三角函数atan求斜率,原型如下 float atan( float arg ); double atan( double arg ); l
阅读全文
posted @ 2018-07-17 21:36 Chasssser
阅读(1525)
评论(1)
推荐(0)
公告