Tests the correct implementation of sqrt() method.

Namespace: MonoSoftware.Core
Assembly: MonoSoftware.Core (in MonoSoftware.Core.dll) Version: 1.0.40.669 (1.0.40.669)

Syntax

C#
public static void SqrtTest(
	int rounds
)
Visual Basic
Public Shared Sub SqrtTest ( 
	rounds As Integer
)
Visual C++
public:
static void SqrtTest(
	int rounds
)
F#
static member SqrtTest : 
        rounds : int -> unit 

Parameters

rounds
Type: System..::..Int32

See Also