MathFunctionsOfOneArgument
MathFunctionsOfOneArgument enumeration
Common mathematical functions of one argument
public enum MathFunctionsOfOneArgument
Values
Name | Value | Description |
---|---|---|
Sin | 0 |
Sine |
Cos | 1 |
Cosine |
Tan | 2 |
Tangent |
Csc | 3 |
Сosecant |
Sec | 4 |
Secant |
Cot | 5 |
Cotangent |
HyperbolicSin | 6 |
Hyperbolic sine |
HyperbolicCos | 7 |
Hyperbolic Cosine |
HyperbolicTan | 8 |
Hyperbolic Tangent |
HyperbolicCsc | 9 |
Hyperbolic Сosecant |
HyperbolicSec | 10 |
Hyperbolic Secant |
HyperbolicCot | 11 |
Hyperbolic Cotangent |
Lg | 12 |
Decimal logarithm |
Ln | 13 |
Natural logarithm |
ArcSin | 14 |
Arcsine |
ArcCos | 15 |
Arccosine |
ArcTan | 16 |
Arctangent |
ArcCsc | 17 |
Arccosecant |
ArcSec | 18 |
Arcsecant |
ArcCot | 19 |
Arccotangent |
HyperbolicArcSin | 20 |
Hyperbolic arcsine |
HyperbolicArcCos | 21 |
Hyperbolic arccosine |
HyperbolicArcTan | 22 |
Hyperbolic arctangent |
HyperbolicArcCsc | 23 |
Hyperbolic arccosecant |
HyperbolicArcSec | 24 |
Hyperbolic arcsecant |
HyperbolicArcCot | 25 |
Hyperbolic arccotangent |
See Also
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides