Initial import
This commit is contained in:
6
libc/math/__math_uflowf.c
Normal file
6
libc/math/__math_uflowf.c
Normal file
@@ -0,0 +1,6 @@
|
||||
#include "libc/math/libm.h"
|
||||
|
||||
float __math_uflowf(uint32_t sign)
|
||||
{
|
||||
return __math_xflowf(sign, 0x1p-95f);
|
||||
}
|
||||
Reference in New Issue
Block a user