summaryrefslogtreecommitdiff
path: root/math/w_remainder.c
blob: 86d5da7a2f6632285efdad6db68e619c4f7ee325 (plain)
1
2
3
4
5
6
7
8
#include <math-type-macros-double.h>
#include <w_remainder_template.c>
#if __USE_WRAPPER_TEMPLATE
weak_alias (__remainder, drem)
# ifdef NO_LONG_DOUBLE
weak_alias (__remainder, dreml)
# endif
#endif