Stem functions corresponding to standard mathematical functions. More...
#include <StemFunction.h>
Static Public Member Functions | |
static Scalar | cos (Scalar x, int n) |
Cosine (and its derivatives). More... | |
static Scalar | cosh (Scalar x, int n) |
Hyperbolic cosine (and its derivatives). More... | |
static Scalar | exp (Scalar x, int) |
The exponential function (and its derivatives). More... | |
static Scalar | sin (Scalar x, int n) |
Sine (and its derivatives). More... | |
static Scalar | sinh (Scalar x, int n) |
Hyperbolic sine (and its derivatives). More... | |
Stem functions corresponding to standard mathematical functions.
Definition at line 19 of file StemFunction.h.
|
inlinestatic |
Cosine (and its derivatives).
Definition at line 30 of file StemFunction.h.
|
inlinestatic |
Hyperbolic cosine (and its derivatives).
Definition at line 72 of file StemFunction.h.
|
inlinestatic |
The exponential function (and its derivatives).
Definition at line 24 of file StemFunction.h.
|
inlinestatic |
Sine (and its derivatives).
Definition at line 51 of file StemFunction.h.
|
inlinestatic |
Hyperbolic sine (and its derivatives).
Definition at line 87 of file StemFunction.h.