prog8/docs
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
..
source get rid of the redundant 'f' suffix of several funtions in floats module (breaking change!) 2023-12-29 03:12:44 +01:00
docs.iml fix diskio.diskname(). cx16: add diskio.curdir() 2023-06-07 22:38:51 +02:00
make.bat renamed project to Prog8 2018-09-15 16:21:05 +02:00
Makefile renamed project to Prog8 2018-09-15 16:21:05 +02:00
requirements.txt rtd fix attempt 2023-03-22 00:31:23 +01:00