Custom Query

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (163 - 165 of 3866)

Ticket Resolution Summary Owner Reporter
#2068 Fixed ACos() bug Valik Spiff59
Description

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)
#785 No Bug AGAIN: @ScriptDir does contain a trailing backslash on drive root ilko8@…
Description

Could not reopen ticket #753 : http://www.autoitscript.com/trac/autoit/ticket/753

@ScriptDir does return a trailing backslash when the script is on the root of a drive, e.g. "C:\".

I am using 3.3.0.0

The problem is NOT resolved, it does return a trailing backslash.

#828 No Bug ANSI support Jos tayoufabrice@…
Description

when I activ this in compil option I have an errormessage in the scite consol, it is a good idea to disable the message too

Note: See TracQuery for help on using queries.