FEDEM Solver
R8.0
Source code of the dynamics solver
|
#include <FFaMathOps.H>
Static Public Member Functions | |
static void | FonctionError (double *&p) |
static void | Addition (double *&p) |
Calculate the addition of two parametre. More... | |
static void | Subtraction (double *&p) |
Calculate the subtraction of two parametre. More... | |
static void | Multiplication (double *&p) |
Calculate the multiplication of two parametre. More... | |
static void | Division (double *&p) |
Calculate the division of two parametre. More... | |
static void | Modulus (double *&p) |
Calculate the modulus of two parametre. More... | |
static void | Max (double *&p) |
Calculate the maximum of two parametre. More... | |
static void | Min (double *&p) |
Calculate the minimum of two parametre. More... | |
static void | Puissance (double *&p) |
Calculate the power two parametre (x^y). More... | |
static void | RacineN (double *&p) |
Calculate the n'th root of two parametre ( (x)^(1/y) ). More... | |
static void | Puiss10 (double *&p) |
Calculate the E10 of two parametre ( xEy ). More... | |
static void | ArcTangente2 (double *&p) |
Calculate the atan of two parametre. More... | |
static void | NextVal (double *&) |
static void | RFunc (double *&) |
static void | JuxtF (double *&) |
static void | Absolu (double *&p) |
Calculates the absolute value of a parametre. More... | |
static void | Oppose (double *&p) |
Changes the sign of a parametre. More... | |
static void | ArcSinus (double *&p) |
Calculates the asin of a parametre. More... | |
static void | ArcCosinus (double *&p) |
Calculates the acos of a parametre. More... | |
static void | ArcTangente (double *&p) |
Calculates the atan of a parametre. More... | |
static void | Logarithme (double *&p) |
Calculates the logarithme of a parametre (log x). More... | |
static void | NaturalLogarithme (double *&p) |
Calculates the natural logarithme of a parametre (ln x). More... | |
static void | Exponentielle (double *&p) |
Calculates the exp of a parametre (exp x). More... | |
static void | Sinus (double *&p) |
Calculates the sinius of a parametre. More... | |
static void | Tangente (double *&p) |
Calculates the tangent of a parametre. More... | |
static void | Cosinus (double *&p) |
Calculates the cosinus of a parametre . More... | |
static void | Racine (double *&p) |
Calculates the square root of a parametre (sqrt x). More... | |
static void | LessThan (double *&p) |
Boolean calculation of the expression x < y. More... | |
static void | GreaterThan (double *&p) |
Boolean calculation of the expression x > y. More... | |
static void | BooleanAnd (double *&p) |
Boolean calculation of the expression x && y. More... | |
static void | BooleanOr (double *&p) |
Boolean calculation of the expression x || y. More... | |
static void | BooleanEqual (double *&p) |
Boolean calculation of the expression x == y. More... | |
static void | BooleanNotEqual (double *&p) |
Boolean calculation of the expression x != y. More... | |
static void | BooleanLessOrEqual (double *&p) |
Boolean calculation of the expression x <= y. More... | |
static void | BooleanGreaterOrEqual (double *&p) |
Boolean calculation of the expression x >= y. More... | |
static void | BooleanNot (double *&p) |
Boolean calculation of the expression !x. More... | |
Static Public Attributes | |
static const double | ErrVal = tan(atan(1.0)*2.0) |
|
static |
Calculates the absolute value of a parametre.
p | A pointer to a table of parametre |
|
static |
Calculate the addition of two parametre.
p | A pointer to a table of parametre |
|
static |
Calculates the acos of a parametre.
p | A pointer to a table of parametre |
|
static |
Calculates the asin of a parametre.
p | A pointer to a table of parametre |
|
static |
Calculates the atan of a parametre.
p | A pointer to a table of parametre |
|
static |
Calculate the atan of two parametre.
p | A pointer to a table of parametre |
|
static |
Boolean calculation of the expression x && y.
p | A pointer to a table of parametre |
|
static |
Boolean calculation of the expression x == y.
p | A pointer to a table of parametre |
|
static |
Boolean calculation of the expression x >= y.
p | A pointer to a table of parametre |
|
static |
Boolean calculation of the expression x <= y.
p | A pointer to a table of parametre |
|
static |
Boolean calculation of the expression !x.
p | A pointer to a table of parametre |
|
static |
Boolean calculation of the expression x != y.
p | A pointer to a table of parametre |
|
static |
Boolean calculation of the expression x || y.
p | A pointer to a table of parametre |
|
static |
Calculates the cosinus of a parametre .
p | A pointer to a table of parametre |
|
static |
Calculate the division of two parametre.
p | A pointer to a table of parametre |
|
static |
Calculates the exp of a parametre (exp x).
p | A pointer to a table of parametre |
|
inlinestatic |
|
static |
Boolean calculation of the expression x > y.
p | A pointer to a table of parametre |
|
inlinestatic |
|
static |
Boolean calculation of the expression x < y.
p | A pointer to a table of parametre |
|
static |
Calculates the logarithme of a parametre (log x).
p | A pointer to a table of parametre |
|
static |
Calculate the maximum of two parametre.
p | A pointer to a table of parametre |
|
static |
Calculate the minimum of two parametre.
p | A pointer to a table of parametre |
|
static |
Calculate the modulus of two parametre.
p | A pointer to a table of parametre |
|
static |
Calculate the multiplication of two parametre.
p | A pointer to a table of parametre |
|
static |
Calculates the natural logarithme of a parametre (ln x).
p | A pointer to a table of parametre |
|
static |
|
static |
Changes the sign of a parametre.
p | A pointer to a table of parametre |
|
static |
Calculate the E10 of two parametre ( xEy ).
p | A pointer to a table of parametre |
|
static |
Calculate the power two parametre (x^y).
p | A pointer to a table of parametre |
|
static |
Calculates the square root of a parametre (sqrt x).
p | A pointer to a table of parametre |
|
static |
Calculate the n'th root of two parametre ( (x)^(1/y) ).
p | A pointer to a table of parametre |
|
static |
|
static |
Calculates the sinius of a parametre.
p | A pointer to a table of parametre |
|
static |
Calculate the subtraction of two parametre.
p | A pointer to a table of parametre |
|
static |
Calculates the tangent of a parametre.
p | A pointer to a table of parametre |
|
static |