-> Hier kostenlos registrieren
Hallo,
kann mir jemand diese Annahme erklären ?
EPSILON = 1.0E-06
BOOL_Comp := ABS(#In1 - #In2) <= (#EPSILON * (ABS(#In1) + ABS(#In2)));
Ich hab das im Netz gefunden. Woher kommt der Datentyp - Rechenfehler EPSILON ?
Gruß
kann mir jemand diese Annahme erklären ?
EPSILON = 1.0E-06
BOOL_Comp := ABS(#In1 - #In2) <= (#EPSILON * (ABS(#In1) + ABS(#In2)));
Ich hab das im Netz gefunden. Woher kommt der Datentyp - Rechenfehler EPSILON ?
Gruß