Next: cos, Previous: clock, Up: C library functions [Index]
copysign
#include <math.h> Float new f; f = copysign (3.0, -1.0);