摘要: 所在函数库为math.h、stdlib.h、string.h、float.h 1. 绝对值 int abs(int i) 返回整型参数i的绝对值double cabs(struct complex znum) 返回复数znum的绝对值double fabs(double x) ... 阅读全文
posted @ 2009-04-17 16:53 Kane_BJ 阅读(2948) 评论(0) 推荐(0)