Skip to content

ExtendedNumerics.BigDecimal.Coth(ExtendedNumerics.BigDecimal)

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

BigDecimal.Coth(BigDecimal) Method

Arbitrary precision hyperbolic cotangent function.

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

Parameters

radians BigDecimal

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

Returns

BigDecimal
The hyperbolic cotangent of radians, in radians.

Exceptions

System.ArgumentException
Argument radians cannot be zero.

Clone this wiki locally