BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
kneg - negative function
LIBRARY CALL
double kneg(
double x)
INPUT
- x - input argument to find the negative value of.
OUTPUT
none
RETURN VALUE
The double precision negative value of the input argument.
DESCRIPTION
The kneg function evaluates the negative value of the
double precisoin input argument. The result is -x for
a given x.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/objects/library/klibm/src/extensions.c
SEE ALSO
klibm(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.