about summary refs log tree commit diff
path: root/sysdeps/m68k/m680x0/fpu/e_fmodl.c
blob: 8f1cbabda636b4b4847025fa4f1a526d7007c08c (plain) (blame)
1
2
3
4
5
6
#ifndef FUNC
# define FUNC __ieee754_fmodl
# define FUNC_FINITE __fmodl
#endif
#define float_type long double
#include <e_fmod.c>