Returns the square root of a value.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
Function Sqrt (
a As T
) As T
abstract Sqrt :
a : 'T -> 'T
Parameters
- a
- Type: T
A value.
Return Value
Type:
TThe square root of
a.
Numerical Libraries
Supported in: 6.0, 5.x, 4.x
Reference