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