开发者

What is equivalent of the math.h library in iPhone SDK?

I am using the exp and pow functions in a program for iPhone, which would use the math.h library if I was programming in C. What is the equivalent I 开发者_C百科need to use in iPhone SDK so my two functions will work properly?


You can continue you use math.h :)

Just

#include <math.h>


math.h as described here

http://www.iphonedevforums.com/forum/general-development-questions-advice/196-math-functions-how-find.html

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜