2020-06-15 07:18:57 -07:00
|
|
|
#ifndef LIBC_ISYSTEM_COMPLEX_H_
|
|
|
|
#define LIBC_ISYSTEM_COMPLEX_H_
|
2022-04-28 20:36:33 -07:00
|
|
|
#include "libc/complex.h"
|
2022-12-17 00:39:52 -08:00
|
|
|
#include "libc/imag.internal.h"
|
2020-06-15 07:18:57 -07:00
|
|
|
#include "libc/math.h"
|
|
|
|
#endif
|