Skip to content

ExtendedNumerics.BigDecimal.Cos(ExtendedNumerics.BigDecimal,int)

Adam White edited this page Oct 7, 2024 · 1 revision

BigDecimal.Cos(BigDecimal, int) Method

Arbitrary precision cosine function.

public static ExtendedNumerics.BigDecimal Cos(ExtendedNumerics.BigDecimal radians, int precision);

Parameters

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.

Returns

BigDecimal
The cosine of radians, in radians.

Clone this wiki locally