2 * (c) copyright 1988 by the Vrije Universiteit, Amsterdam, The Netherlands.
3 * See the copyright notice in the ACK home directory, in the file "Copyright".
13 fmod(double x
, double y
)
23 frac
= modf( x
/ y
, &val
);
29 if (val > LONG_MIN && val < LONG_MAX) {