-
-
Notifications
You must be signed in to change notification settings - Fork 15
ExtendedNumerics.BigDecimal.Tan(ExtendedNumerics.BigDecimal,int)
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, int precision);
radians
BigDecimal
An angle, measured in radians.
precision
System.Int32
The desired precision in terms of the number of digits to the right of the decimal.
BigDecimal
The tangent of radians, in radians.