mirror of
https://github.com/irmen/prog8.git
synced 2024-11-22 15:33:02 +00:00
e35cfd4971
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 |
||
---|---|---|
.. | ||
make_tests.py | ||
Makefile | ||
more_compares.p8 | ||
optimized_compares.p8 |