dreml

Name

dreml -- Floating Point Remainder (DEPRECATED)

Synopsis

#include <math.h>

double dreml(double x, double y);

Description

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

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

Returns

See remainderl().

See Also

remainderl(), drem(), dremf()