Problem

Since ArchiCAD 10 the interpreter is nagging, thet there are precision problems, when comparing real type values by "=". You have to substitute by equal expressions.

Script

!*** Compare real type values
tlr=0.001  !---> Prüfung:  NOT(ABS()>0)  NOT(ABS()>tlr)

ABS()>tlr
ABS()>0
NOT(ABS()>0)

ABS( A - B )>tlr   ! A<>B
ABS( A - B )<tlr   ! A=B
A - B < tlr        ! A<=B
A - B <-tlr        ! A<B
B - A > tlr        ! A<B
B - A < tlr        ! A>=B
B - A <-tlr        ! A>B
A - B > tlr        ! A>B

Um unsere Webseite für Sie optimal zu gestalten und fortlaufend verbessern zu können, verwenden wir nur essenzielle Cookies.
Durch die weitere Nutzung der Webseite stimmen Sie der Verwendung von Cookies zu.
Weitere Informationen zu Cookies erhalten Sie in unserer Datenschutzerklärung