![]() |
FastPolyEval
1.0
Fast Evaluation of Real and Complex Polynomials
|
This is the entry point in the main app. More...
Go to the source code of this file.
Macros | |
#define | APP_OK 0 |
#define | APP_ERROR 1 |
#define | APP_PARAMS 2 |
Typedefs | |
typedef int(* | mainFuncf) (int argv, const char **args) |
The signature of a main function of an app in this project with machine numbers. | |
typedef int(* | mainFunc) (long prec, int argv, const char **args) |
The signature of a main function of an app in this project with arbitrary precision. | |
This is the entry point in the main app.
Depending on the first command line parameter, it launches an internal app or presents a help screen to guide the user.
Definition in file main.h.