|
VMS Help CPML, copysign() *Conan The Librarian |
Interface
F_TYPE copysign (F_TYPE x, F_TYPE y)
| 1 - Description |
copysign() returns x with the same sign as y. IEEE Std 754
requires copysign(x,NaN) = +x or -x.
Entry-Point Names
Generic Compaq
Function Data Type Tru64 UNIX
Name Required OpenVMS Alpha Alpha
copysign S_FLOAT math$copysign_s copysignf
T_FLOAT math$copysign_t copysign
X_FLOAT math$copysign_x copysignl
F_FLOAT math$copysign_f
G_FLOAT math$copysign_g
| 2 - Exceptions |
None.
|
|