Skip to content

ExtendedNumerics.BigDecimal.Coth(ExtendedNumerics.BigDecimal,int)

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

BigDecimal.Coth(BigDecimal, int) Method

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

public static ExtendedNumerics.BigDecimal Coth(ExtendedNumerics.BigDecimal radians, int precision);

Parameters

radians BigDecimal

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

precision System.Int32

The desired precision in terms of the number of digits to the right of the decimal.

Returns

BigDecimal
The hyperbolic cotangent of radians, in radians.

Exceptions

System.ArgumentException
Argument radians cannot be zero.

Clone this wiki locally