prog8/compiler/test/comparisons
Irmen de Jong e35cfd4971 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!)
Unfortunately a few routines (minf, maxf, clampf) remain unchanged, because removing the 'f' would make them clash with a builtin function.

floats.rndf -> floats.rnd
floats.parse_f -> floats.parse
floats.rndseedf -> floats.rndseed
floats.print_f -> floats.print
floats.str_f -> floats.tostr
2023-12-29 03:12:44 +01:00
..
make_tests.py fix bug in float < and > comparisons 2021-03-18 01:41:54 +01:00
Makefile fixed optimized code for >= and <= 2023-08-12 13:45:08 +02:00
more_compares.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
optimized_compares.p8 get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00