Big Float.Cbrt Method
Computes the cube-root of a value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The cube-root of x.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static BigFloat Cbrt(
BigFloat x
)
Parameters
- x BigFloat
- The value whose cube-root is to be computed.
Return Value
BigFloatThe cube-root of x.