Böse Floats

Übersicht BlitzMax, BlitzMax NG Codearchiv & Module

Neue Antwort erstellen

Jan_

Ehemaliger Admin

Betreff: Böse Floats

BeitragMo, Aug 29, 2005 14:41
Antworten mit Zitat
Benutzer-Profile anzeigen
BlitzBasic: [AUSKLAPPEN]

x# = 0.0
b=0
Repeat
x = x + 0.2
DebugLog x
If x#=4.0 Then DebugStop
If x#>4.0 Then b=1
If b=0 Then
Print x
Else
Print \"Wow Floats sind echt böse!\"
EndIf
Flip
Until x=4.0
between angels and insects

Markus2

BeitragMo, Aug 29, 2005 20:02
Antworten mit Zitat
Benutzer-Profile anzeigen
Ich meine das hat was mit der FPU in der CPU zu tun .

Neue Antwort erstellen


Übersicht BlitzMax, BlitzMax NG Codearchiv & Module

Gehe zu:

Powered by phpBB © 2001 - 2006, phpBB Group