mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-01-31 03:27:39 +00:00
parent
2d43d400c6
commit
838b54f906
2 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
|||
#ifndef _COMPLEX_H
|
||||
#define _COMPLEX_H
|
||||
#include <math.h>
|
||||
#include "libc/complex.h"
|
||||
#include "libc/imag.h"
|
||||
#include "libc/math.h"
|
||||
#endif /* _COMPLEX_H */
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
#ifndef _FLOAT_H
|
||||
#define _FLOAT_H
|
||||
#include "libc/math.h"
|
||||
#include <math.h>
|
||||
#include "libc/runtime/fenv.h"
|
||||
#endif /* _FLOAT_H */
|
||||
|
|
Loading…
Reference in a new issue