IMathTNumericSqrt Method
Returns the square root of a specified number.
Namespace: Jodosoft.NumericsAssembly: Jodosoft.Numerics (in Jodosoft.Numerics.dll) Version: 2.0
TNumeric Sqrt(
TNumeric x
)
Function Sqrt (
x As TNumeric
) As TNumeric
TNumeric Sqrt(
TNumeric x
)
abstract Sqrt :
x : 'TNumeric -> 'TNumeric
- x TNumeric
- The number whose square root is to be found.
TNumericThe positive square 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.