Method Cbrt
Cbrt(BigRational, Int32)
Computes the cube-root of a value.
Declaration
public static BigRational Cbrt(BigRational x, int digits)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | The value whose cube-root is to be computed. |
| System.Int32 | digits | The maximum number of fractional decimal digits in the return value. |
Returns
| Type | Description |
|---|---|
| BigRational | The cube-root of |
Cbrt(BigRational)
Computes the cube-root of a value.
Declaration
public static BigRational Cbrt(BigRational x)
Parameters
| Type | Name | Description |
|---|---|---|
| BigRational | x | The value whose cube-root is to be computed. |
Returns
| Type | Description |
|---|---|
| BigRational | The cube-root of |
Remarks
Part of the new NET 7 number type system see System.Numerics.IRootFunctions`1.Cbrt(`0).
The desired precision can preset by MaxDigits