Click or drag to resize

HyperbolicCschTimesX Method

Hyperbolic cosecant, multiplied with the argument x, i.e. x*Csch(x) = x/Sinh(x).

Namespace: Altaxo.Calc
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static double CschTimesX(
	double x
)

Parameters

x  Double
The argument.

Return Value

Double
Hyperbolic cosecant, multiplied with the argument x.
See Also