allow Unicode letters in identifiers: things like 'knäckebröd' and 'π' are now valid identifiers. Added floats.π constant.

This commit is contained in:
Irmen de Jong
2023-12-05 01:34:41 +01:00
parent 6ebd4e821f
commit 7d8b42d63e
10 changed files with 56 additions and 10 deletions
+7
View File
@@ -292,6 +292,13 @@ floats
Provides definitions for the ROM/Kernal subroutines and utility routines dealing with floating
point variables. This includes ``print_f``, the routine used to print floating point numbers.
``π`` and ``PI``
float const for the number Pi, 3.141592653589793...
``TWOPI``
float const for the number 2 times Pi
``atan (x)``
Arctangent.