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