Click or drag to resize

Trig Class

Double-precision trigonometry toolkit.
Inheritance Hierarchy
SystemObject
  Altaxo.CalcTrig

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static class Trig

The Trig type exposes the following members.

Methods
 NameDescription
Public Extension MethodAcos(Complex) Trigonometric principal Arc Cosine of this Complex number.
Public methodStatic memberAcos(Double) Trigonometric principal Arc Cosine in radian
Public Extension MethodAcosh(Complex) Hyperbolic Area Cosine of this Complex number.
Public methodStatic memberAcosh(Double) Hyperbolic Area Cosine
Public Extension MethodAcot(Complex) Trigonometric principal Arc Cotangent of this Complex number.
Public methodStatic memberAcot(Double) Trigonometric principal Arc Cotangent in radian
Public Extension MethodAcoth(Complex) Hyperbolic Area Cotangent of this Complex number.
Public methodStatic memberAcoth(Double) Hyperbolic Area Cotangent
Public Extension MethodAcsc(Complex) Trigonometric principal Arc Cosecant of this Complex number.
Public methodStatic memberAcsc(Double) Trigonometric principal Arc Cosecant in radian
Public Extension MethodAcsch(Complex) Hyperbolic Area Cosecant of this Complex number.
Public methodStatic memberAcsch(Double) Hyperbolic Area Cosecant
Public Extension MethodAsec(Complex) Trigonometric principal Arc Secant of this Complex number.
Public methodStatic memberAsec(Double) Trigonometric principal Arc Secant in radian
Public Extension MethodAsech(Complex) Hyperbolic Area Secant of this Complex number.
Public methodStatic memberAsech(Double) Hyperbolic Area Secant
Public Extension MethodAsin(Complex) Trigonometric principal Arc Sine of this Complex number.
Public methodStatic memberAsin(Double) Trigonometric principal Arc Sine in radian
Public Extension MethodAsinh(Complex) Hyperbolic Area Sine of this Complex number.
Public methodStatic memberAsinh(Double) Hyperbolic Area Sine
Public Extension MethodAtan(Complex) Trigonometric principal Arc Tangent of this Complex number.
Public methodStatic memberAtan(Double) Trigonometric principal Arc Tangent in radian
Public Extension MethodAtanh(Complex) Hyperbolic Area Tangent of this Complex number.
Public methodStatic memberAtanh(Double) Hyperbolic Area Tangent
Public Extension MethodCos(Complex) Trigonometric Cosine of a Complex number.
Public methodStatic memberCos(Double) Trigonometric Cosine of an angle in radian, or adjacent / hypotenuse.
Public Extension MethodCosh(Complex) Hyperbolic Cosine of a Complex number.
Public methodStatic memberCosh(Double) Hyperbolic Cosine
Public Extension MethodCot(Complex) Trigonometric Cotangent of a Complex number.
Public methodStatic memberCot(Double) Trigonometric Cotangent of an angle in radian, or adjacent / opposite. Reciprocal of the tangent.
Public Extension MethodCoth(Complex) Hyperbolic Cotangent of a Complex number.
Public methodStatic memberCoth(Double) Hyperbolic Cotangent
Public Extension MethodCsc(Complex) Trigonometric Cosecant of a Complex number.
Public methodStatic memberCsc(Double) Trigonometric Cosecant of an angle in radian, or hypotenuse / opposite. Reciprocal of the sine.
Public Extension MethodCsch(Complex) Hyperbolic Cosecant of a Complex number.
Public methodStatic memberCsch(Double) Hyperbolic Cosecant
Public methodStatic memberDegreeToGrad Converts a degree (360-periodic) angle to a grad (400-periodic) angle.
Public methodStatic memberDegreeToRadian Converts a degree (360-periodic) angle to a radian (2*Pi-periodic) angle.
Public methodStatic memberGradToDegree Converts a grad (400-periodic) angle to a degree (360-periodic) angle.
Public methodStatic memberGradToRadian Converts a grad (400-periodic) angle to a radian (2*Pi-periodic) angle.
Public methodStatic memberRadianToDegree Converts a radian (2*Pi-periodic) angle to a degree (360-periodic) angle.
Public methodStatic memberRadianToGrad Converts a radian (2*Pi-periodic) angle to a grad (400-periodic) angle.
Public Extension MethodSec(Complex) Trigonometric Secant of a Complex number.
Public methodStatic memberSec(Double) Trigonometric Secant of an angle in radian, or hypotenuse / adjacent. Reciprocal of the cosine.
Public Extension MethodSech(Complex) Hyperbolic Secant of a Complex number.
Public methodStatic memberSech(Double) Hyperbolic Secant
Public Extension MethodSin(Complex) Trigonometric Sine of a Complex number.
Public methodStatic memberSin(Double) Trigonometric Sine of an angle in radian, or opposite / hypotenuse.
Public methodStatic memberSinc Normalized Sinc function. sinc(x) = sin(pi*x)/(pi*x).
Public Extension MethodSinh(Complex) Hyperbolic Sine of a Complex number.
Public methodStatic memberSinh(Double) Hyperbolic Sine
Public Extension MethodTan(Complex) Trigonometric Tangent of a Complex number.
Public methodStatic memberTan(Double) Trigonometric Tangent of an angle in radian, or opposite / adjacent.
Public Extension MethodTanh(Complex) Hyperbolic Tangent of a Complex number.
Public methodStatic memberTanh(Double) Hyperbolic Tangent in radian
Top
See Also