2015-01-09 13:30:44 +01:00
|
|
|
#ifndef OPENLIBM_H
|
2015-01-11 23:34:27 +01:00
|
|
|
#define OPENLIBM_H
|
2011-08-13 00:31:25 +05:30
|
|
|
|
2015-01-11 23:34:27 +01:00
|
|
|
#include <openlibm_complex.h>
|
|
|
|
#include <openlibm_fenv.h>
|
|
|
|
#include <openlibm_math.h>
|
2011-08-13 00:31:25 +05:30
|
|
|
|
2015-01-09 13:30:44 +01:00
|
|
|
#endif /* !OPENLIBM_H */
|