BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
kmax - return the greater of two values.
LIBRARY CALL
kmax(x, y)
INPUT
- x - a variable of any base data type.
- y - a variable of any base data type.
OUTPUT
none
RETURN VALUE
the larger value of the two input arguments.
DESCRIPTION
The kmax function obtains the larger of the two
input arguments.
This is a macro, so any data type is supported.
ADDITIONAL INFORMATION
none
EXAMPLES
none
SIDE EFFECTS
none
RESTRICTIONS
none
MODIFICATION
none
FILES
$BOOTSTRAP/include/klibm/klibm.h
SEE ALSO
klibm(3)
COPYRIGHT
Copyright (C) 1993 - 1997, Khoral Research, Inc. ("KRI") All rights reserved.