Namespace xFunc.Maths.Expressions.Trigonometric
Classes
- Arccos
Represents the Arccosine function.
- Arccot
Represents the Arcotangent function.
- Arccsc
Represents the Arccosecant function.
- Arcsec
Represents the Arcsecant function.
- Arcsin
Represents teh Arcsine function.
- Arctan
Represents the Arctangent function.
- Cos
Represents the Cosine function.
- Cot
Represents the Cotangent function.
- Csc
Represents the Cosecant function.
- InverseTrigonometricExpression
The base class for inverse trigonometric functions. This is an
abstract
class.
- Sec
Represents the Secant function.
- Sin
Represents the Sine function.
- Tan
Represents the Tangent function.
- TrigonometricExpression
The base class for trigonometric functions. This is an
abstract
class.