HyperbolicCschTimesX Method |
Hyperbolic cosecant, multiplied with the argument x, i.e. x*Csch(x) = x/Sinh(x).
Namespace: Altaxo.CalcAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static double CschTimesX(
double x
)
Parameters
- x Double
- The argument.
Return Value
DoubleHyperbolic cosecant, multiplied with the argument
x.
See Also