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