-
-
Notifications
You must be signed in to change notification settings - Fork 16
ExtendedNumerics.BigDecimal.Tanh(ExtendedNumerics.BigDecimal)
Adam White edited this page Oct 7, 2024
·
1 revision
Arbitrary precision hyperbolic tangent function.
public static ExtendedNumerics.BigDecimal Tanh(ExtendedNumerics.BigDecimal radians);
radians
BigDecimal
An angle, measured in radians.
BigDecimal
The hyperbolic tangent of radians, in radians.