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
..
2023-12-11 21:15:48 +01:00
2023-12-26 15:45:55 +01:00
2023-07-02 21:01:11 +02:00
2023-08-01 22:49:55 +02:00
2023-04-03 00:32:12 +02:00
2023-04-03 00:32:12 +02:00
2023-12-11 21:15:48 +01:00