drem

Name

drem -- Floating Point Remainder (DEPRECATED)

Synopsis

#include <math.h>

double drem(double x, double y);

Description

The drem() function shall return the floating point remainder, x REM y as required by IEC 60559/IEEE 754 Floating Point in the same way as remainder().

Note: This function is included only for backwards compatibility; applications should use remainder() instead.

Returns

See remainder().

See Also

remainder(), dremf(), dreml()