随笔分类 -  C++

摘要:math.h 数学函数库,一些数学计算的公式的具体实现是放在math.h里,具体有:1 三角函数double sin (double);double cos (double);double tan (double);2 反三角函数double asin (double); 结果介于[-PI/2, P... 阅读全文
posted @ 2015-11-05 21:38 she_eco 阅读(2525) 评论(0) 推荐(0)
摘要:做除法时int强制转换double! 阅读全文
posted @ 2015-11-03 15:32 she_eco 阅读(170) 评论(0) 推荐(0)