2016-05-20 20:30:15 +00:00
|
|
|
#ifndef LIBINUM_H
|
|
|
|
#define LIBINUM_H
|
|
|
|
|
2016-05-20 21:41:54 +00:00
|
|
|
#define LIBINUM_VERSION "1.0.1"
|
2016-05-20 20:30:15 +00:00
|
|
|
|
|
|
|
#include <libinum/types.h>
|
|
|
|
|
|
|
|
#include <libinum/errors.h>
|
|
|
|
|
|
|
|
#include <libinum/integral.h>
|
|
|
|
#include <libinum/root.h>
|
|
|
|
|
|
|
|
#include <libinum/utils.h>
|
|
|
|
|
|
|
|
#include <libinum/array.h>
|
|
|
|
#include <libinum/polynomial.h>
|
|
|
|
#include <libinum/polynomialMV.h>
|
|
|
|
|
|
|
|
|
|
|
|
#endif
|