Skip to content

ExtendedNumerics.BigDecimal.Csch(ExtendedNumerics.BigDecimal)

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.Csch(BigDecimal) Method

Arbitrary precision hyperbolic cosecant function.
The input must not be zero.

public static ExtendedNumerics.BigDecimal Csch(ExtendedNumerics.BigDecimal radians);

Parameters

radians BigDecimal

An angle, measured in radians. radians cannot be zero.

Returns

BigDecimal
The hyperbolic cosecant of radians, in radians.

Exceptions

System.ArgumentException
Argument radians cannot be zero.

Clone this wiki locally