cosmopolitan/libc/isystem/float.h
2024-12-13 07:49:59 -08:00

5 lines
105 B
C

#ifndef _FLOAT_H
#define _FLOAT_H
#include <math.h>
#include "libc/runtime/fenv.h"
#endif /* _FLOAT_H */