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

6 lines
129 B
C

#ifndef _COMPLEX_H
#define _COMPLEX_H
#include <math.h>
#include "libc/complex.h"
#include "libc/imag.h"
#endif /* _COMPLEX_H */