Click or drag to resize
Accord.NET (logo)

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
)
Request Example View Source

Parameters

x
Type: SystemDecimal
epsilon (Optional)
Type: SystemDecimal

Return Value

Type: Decimal
See Also