MoreMath Class |
Namespace: Meta.Numerics
The MoreMath type exposes the following members.
Name | Description | |
---|---|---|
Cos |
Computes the cosine of the given value to full significance over the full range of arguments.
| |
CosPi |
Computes the cosine of the given multiple of π.
| |
ExpMinusOne |
Computes ex-1.
| |
Hypot |
Computes the length of a right triangle's hypotenuse.
| |
LogOnePlus |
Computes log(1+x).
| |
Mod |
Returns the value of n mod m.
| |
Pow |
Raises an argument to an integer power.
| |
Sin |
Computes the sine of the given value to full significance over the full range of arguments.
| |
Sinc |
Computes the sinc function.
| |
SincPi |
Computes the sinc of the given multiple of π.
| |
SinPi |
Computes the sine of the given multiple of π.
| |
Sqr |
Computes x2.
|
The Math class defines many basic math operations, but a few that are important for optimal numerical practice are missing. They are defined by this class.