IMathTNumericCbrt Method
Returns the cube root of a specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Cbrt(
TNumeric x
)
Function Cbrt (
x As TNumeric
) As TNumeric
TNumeric Cbrt(
TNumeric x
)
abstract Cbrt :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- The number whose cube root is to be found.
TNumericThe cube root of
x.
This method may return
NaN or Infinity.
If
NaN or Infinity cannot be represented by
TNumeric,
then this method may throw an
ArithmeticException.