pocketpy/3rd/math/src/__math_oflow.c
2025-05-14 19:57:53 +08:00

7 lines
95 B
C

#include "math.h"
double __math_oflow(uint32_t sign)
{
return __math_xflow(sign, 0x1p769);
}