mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-21 05:29:02 +00:00
6 lines
106 B
C
6 lines
106 B
C
#include "libc/math/libm.h"
|
|
|
|
float __math_oflowf(uint32_t sign)
|
|
{
|
|
return __math_xflowf(sign, 0x1p97f);
|
|
}
|