Trigonometric and hyperbolic trigonometric functions #
This file contains the definitions of the sine, cosine, tangent, hyperbolic sine, hyperbolic cosine, and hyperbolic tangent functions.
The complex sine function, defined via exp
Instances For
The complex cosine function, defined via exp
Instances For
The complex hyperbolic sine function, defined via exp
Instances For
The complex hyperbolic cosine function, defined via exp
Instances For
The real sine function, defined as the real part of the complex sine
Instances For
The real cosine function, defined as the real part of the complex cosine
Instances For
The real tangent function, defined as the real part of the complex tangent
Instances For
The real cotangent function, defined as the real part of the complex cotangent
Instances For
The real hyperbolic sine function, defined as the real part of the complex hyperbolic sine
Instances For
The real hyperbolic cosine function, defined as the real part of the complex hyperbolic cosine
Instances For
The real hyperbolic tangent function, defined as the real part of the complex hyperbolic tangent
Instances For
De Moivre's formula
The definition of sinh in terms of exp.
The definition of cosh in terms of exp.
Extension for the positivity tactic: Real.cosh is always positive.