-
-
Notifications
You must be signed in to change notification settings - Fork 15
ExtendedNumerics.BigDecimal.Coth(ExtendedNumerics.BigDecimal)
Adam White edited this page Oct 7, 2024
·
1 revision
Arbitrary precision hyperbolic cotangent function.
public static ExtendedNumerics.BigDecimal Coth(ExtendedNumerics.BigDecimal radians);
radians
BigDecimal
An angle, measured in radians. radians cannot be zero.
BigDecimal
The hyperbolic cotangent of radians, in radians.
System.ArgumentException
Argument radians cannot be zero.