mirror of
https://github.com/fluencelabs/musl
synced 2025-06-26 21:22:11 +00:00
arch
arm
i386
microblaze
mips
powerpc
bits
alltypes.h.sh
endian.h
errno.h
fcntl.h
fenv.h
float.h
io.h
ioctl.h
ipc.h
limits.h
mman.h
msg.h
posix.h
reg.h
setjmp.h
shm.h
signal.h
socket.h
stat.h
statfs.h
stdarg.h
stdint.h
syscall.h
termios.h
user.h
wchar.h
atomic.h
pthread_arch.h
reloc.h
syscall_arch.h
x86_64
crt
dist
include
lib
src
tools
.gitignore
COPYRIGHT
INSTALL
Makefile
README
WHATSNEW
configure
17 lines
359 B
C
17 lines
359 B
C
![]() |
#define FLT_ROUNDS 1
|
||
|
#define FLT_EVAL_METHOD 0
|
||
|
|
||
|
#define LDBL_MIN 2.2250738585072014e-308
|
||
|
#define LDBL_MAX 1.7976931348623157e+308
|
||
|
#define LDBL_EPSILON 2.2204460492503131e-16
|
||
|
|
||
|
#define LDBL_MANT_DIG 53
|
||
|
#define LDBL_MIN_EXP (-1021)
|
||
|
#define LDBL_MAX_EXP 1024
|
||
|
|
||
|
#define LDBL_DIG 15
|
||
|
#define LDBL_MIN_10_EXP (-307)
|
||
|
#define LDBL_MAX_10_EXP 308
|
||
|
|
||
|
#define DECIMAL_DIG 17
|