2009年9月21日 星期一

使用 math.h 注意事項

使用 math.h 注意事項

#include

double ceil(double x);
float ceilf(float x);
long double ceill(long double x);

Link with -lm.

ex: gcc abc.c -o abc -lm

ref:
Linux man page

沒有留言:

張貼留言