Quote:
Originally Posted by Radical Pi
drem() does exist, and is defined to be the same as remainder() (see the glibc manual).
|
Apparently in glibc, remainder() and drem() are two
different names for the
same function
Notice the very slight difference between the glibc and
Java definitions (handling of divide-by-zero).