mirror of
https://github.com/irmen/prog8.git
synced 2026-04-26 20:17:57 +00:00
allow Unicode letters in identifiers: things like 'knäckebröd' and 'π' are now valid identifiers. Added floats.π constant.
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user