This documentation is compiled for the latest release of Mathos Core Library
SystemObject
Mathos.CalculusElementary
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Top
Inheritance Hierarchy
Mathos.CalculusElementary
Namespace: Mathos.Calculus
Assembly: Mathos (in Mathos.dll) Version: 1.0.5.1 (1.0.5.1)
Syntax
The Elementary type exposes the following members.
Methods
| Name | Description | |
|---|---|---|
| Cot | ||
| Coth | ||
| Decompose |
x => f * 2^n
| |
| Exp | ||
| ExpMinusOne | ||
| ExpOfXMinusOne |
calculates EXP(X) - 1
| |
| Log | ||
| LogOfAbs | ||
| LogOfOnePlusX |
calculates log(1 + x)
| |
| LogPlusOne | ||
| TimesTwoTo |
x * 2 ^ n
|
See Also