summaryrefslogtreecommitdiffstats
path: root/mathfuncs.h
blob: e62358b128f4514c110f44dec6dc55f3446962e4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
// -*-C++-*-

#ifndef MATHFUNCS_H
#define MATHFUNCS_H

#include "mathfuncs_base.h"

#include "mathfuncs_asin.h"
#include "mathfuncs_convert.h"
#include "mathfuncs_fabs.h"
#include "mathfuncs_log.h"
#include "mathfuncs_rcp.h"
#include "mathfuncs_sqrt.h"

#endif  // #ifndef MATHFUNCS_H
OpenPOWER on IntegriCloud