﻿id	summary	reporter	owner	description	type	status	milestone	component	version	severity	resolution	keywords	cc
2068	ACos() bug	Spiff59	Valik	"The x86 version of the ACos() function seems to go south after six calls. The example below returns the value of pi for six calls, and then returns the string ""-1.#IND"" on all subsequent calls.  The bug exhibits itself both within SciTE and in ""compiled"" executables. Beta 3.3.7.23 behaves identically.

{{{
#include <Array.au3>
Global $result[11]

For $x = 1 to 10
	$result[$x] = ACos(-1)
Next
_ArrayDisplay($result)
}}}

"	Bug	closed	3.3.9.0	AutoIt	3.3.6.1	None	Fixed		
