2 * dremf() wrapper for remainderf().
4 * Written by J.T. Conklin, <jtc@wimsey.com>
5 * Placed into the Public Domain, 1994.
9 #if defined(LIBM_SCCS) && !defined(lint)
10 __RCSID("$NetBSD: w_dremf.c,v 1.4 2004/06/25 15:57:38 drochner Exp $");
14 #include "math_private.h"
17 dremf(float x
, float y
)
19 return remainderf(x
, y
);