|
|
|
neg(3)
NAME
neg - Negate and returns the value of the double operand xSYNOPSIS
double neg( double x );LIBRARY
Math Library (libm.a)PARAMETERS
x Specifies some double value.DESCRIPTION
The neg() function returns a negative of the value of the double operand x.
|
|
|