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