math: use 0x1p-120f and 0x1p120f for tiny and huge values
[musl] / src / math / signgam.c
1 #include "libm.h"
2
3 int __signgam = 0;
4
5 weak_alias(__signgam, signgam);