MathFunctionsOfOneArgument

MathFunctionsOfOneArgument enumeration

Common mathematical functions of one argument

public enum MathFunctionsOfOneArgument

Values

NameValueDescription
Sin0Sine
Cos1Cosine
Tan2Tangent
Csc3Сosecant
Sec4Secant
Cot5Cotangent
HyperbolicSin6Hyperbolic sine
HyperbolicCos7Hyperbolic Cosine
HyperbolicTan8Hyperbolic Tangent
HyperbolicCsc9Hyperbolic Сosecant
HyperbolicSec10Hyperbolic Secant
HyperbolicCot11Hyperbolic Cotangent
Lg12Decimal logarithm
Ln13Natural logarithm
ArcSin14Arcsine
ArcCos15Arccosine
ArcTan16Arctangent
ArcCsc17Arccosecant
ArcSec18Arcsecant
ArcCot19Arccotangent
HyperbolicArcSin20Hyperbolic arcsine
HyperbolicArcCos21Hyperbolic arccosine
HyperbolicArcTan22Hyperbolic arctangent
HyperbolicArcCsc23Hyperbolic arccosecant
HyperbolicArcSec24Hyperbolic arcsecant
HyperbolicArcCot25Hyperbolic arccotangent

See Also