-
-
Notifications
You must be signed in to change notification settings - Fork 16
ExtendedNumerics.BigDecimal.Tan(ExtendedNumerics.BigDecimal)
Adam White edited this page Oct 7, 2024
·
1 revision
Arbitrary precision tangent function.
The input must not be π/2 or 3π/2, as the tangent is undefined at that value.
public static ExtendedNumerics.BigDecimal Tan(ExtendedNumerics.BigDecimal radians);
radians
BigDecimal
An angle, measured in radians.
BigDecimal
The tangent of radians, in radians.