]> git.ipfire.org Git - thirdparty/glibc.git/blame - math/w_remainder.c
Improve the accuracy of tgamma (BZ #26983)
[thirdparty/glibc.git] / math / w_remainder.c
CommitLineData
f275f64e
SN
1#include <math-type-macros-double.h>
2#include <w_remainder_template.c>
3#if __USE_WRAPPER_TEMPLATE
4weak_alias (__remainder, drem)
5# ifdef NO_LONG_DOUBLE
6weak_alias (__remainder, dreml)
7# endif
8#endif