BOOTSTRAP (klibm) functions
LIBRARY ROUTINE
ksinc - sinc function which is "sin(x)/x"
LIBRARY CALL
double ksinc(
double x)
INPUT
- x - input argument to the sinc function
OUTPUT
none
RETURN VALUE
The double precision result of the sinc function evaluated
from sin(x)/x.
DESCRIPTION
The function ksinc evaluates the sinc function at the value of
the input argument. The result is sin(x)/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.