Next: , Previous: , Up: C library functions   [Index]


copysign

copysign Function

#include <math.h>

Float new f;

f = copysign (3.0, -1.0);