#include "math.h"
#include "stdio.h"
Go to the source code of this file.
|
#define | max(a, b) (a>b?a:b) |
|
#define | min(a, b) (a<b?a:b) |
|
|
double | rpp::CBRT (double) |
|
int | rpp::cubic (double[], double[], int *) |
|
int | rpp::cubic (double A[4], double X[3], int *L) |
|
int | rpp::quartic (double[], double[], double[], int *) |
|
int | rpp::quartic (double dd[5], double sol[4], double soli[4], int *Nsol) |
|
int | rpp::quintic (double[], double[], double[], int *, double) |
|
int | rpp::signR (double) |
|
#define max |
( |
|
a, |
|
|
|
b |
|
) |
| (a>b?a:b) |
#define min |
( |
|
a, |
|
|
|
b |
|
) |
| (a<b?a:b) |