remove LFS64 symbol aliases; replace with dynamic linker remapping
[musl.git] / src / math / __math_oflow.c
blobc85dbf982a0db036a7edf0a1bb32c74de208b185
1 #include "libm.h"
3 double __math_oflow(uint32_t sign)
5 return __math_xflow(sign, 0x1p769);