﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
1220	Sqrt does not return 0 on negative parameter, documentation says otherwise	Manadar	Jpm	"A fault in the documentation, or in the implementation of the Sqrt function. The documentation describes it as:

Success: Returns the square-root. 
Failure: Returns 0 and sets @error to 1 if parameter is negative. 

This script says otherwise:
ConsoleWrite(Sqrt(-1) & @CRLF)

Output:
-1.#IND"	Bug	closed	3.3.1.3	Documentation	3.3.0.0	None	Fixed	Sqrt documentation	
