|
amath
1.8.5
Simple command line calculator
|
#include "prim.h"
Go to the source code of this file.
Functions | |
| double | copysign (double x, double y) |
| Returns a value with the magnitude of x and with the sign bit of y. More... | |
| double copysign | ( | double | x, |
| double | y | ||
| ) |
Returns a value with the magnitude of x and with the sign bit of y.
Definition at line 47 of file csign.c.
Referenced by scalbn().
