mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-12 01:08:00 +00:00
5 lines
105 B
C
5 lines
105 B
C
#ifndef _FLOAT_H
|
|
#define _FLOAT_H
|
|
#include <math.h>
|
|
#include "libc/runtime/fenv.h"
|
|
#endif /* _FLOAT_H */
|