Difference between revisions of "AMOS:Bugs"

From Amiga Coding
Jump to: navigation, search
Line 10: Line 10:
  
 
==Math bugs==
 
==Math bugs==
* [[AMOS:bug Mod|remainder of mod should be negative if given number is negative]]<br />When in R=V mod D, R is a negative number, the resulting number should be <1. However the result is allways positive.<br />(tested in AMOSPro V2.00, with integers and floating-point numbers)
+
* [[AMOS:bug Mod|remainder of mod should be negative if given number is negative]]
  
  
 
==Editor bugs==
 
==Editor bugs==
  
* Editor will change %111111111111111111111111111111111 (33 bits) into 1111111111<br />(Discovered by Spellcoder, 24 sep 2007)<br />
+
* [[AMOS:bug Large numbers in editor|Editor will change numbers that don't fit in 32 bit]]
<br />33 bits will overflow AMOS's 32 bits numers, but why it changes the numer into 1111111111 I can't fanthom.
 

Revision as of 16:03, 5 October 2007