|
ToolsSqrt Method
|
Returns the square root of the specified Decimal number.
Namespace:
Accord.Math
Assembly:
Accord.Math (in Accord.Math.dll) Version: 3.8.0
Syntax public static decimal Sqrt(
decimal x,
[OptionalAttribute] decimal epsilon
)
Public Shared Function Sqrt (
x As Decimal,
<OptionalAttribute> epsilon As Decimal
) As Decimal
Request Example
View SourceParameters
- x
- Type: SystemDecimal
- epsilon (Optional)
- Type: SystemDecimal
Return Value
Type:
DecimalSee Also