dremf

Name

dremf -- Floating Point Remainder (DEPRECATED)

Synopsis

#include <math.h>

double dremf(double x, double y);

Description

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

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

Returns

See remainderf().

See Also

remainderf(), drem(), dreml()