21 lines
312 B
C
21 lines
312 B
C
#ifndef LIBINUM_H
|
|
#define LIBINUM_H
|
|
|
|
#define LIBINUM_VERSION "1.0"
|
|
|
|
#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
|