Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 243

Notice: Trying to access array offset on value of type bool in /mnt/cpcwiki-httpdocs/includes/libs/IPSet.php on line 246
Changes - CPCWiki

Changes

Technical information about Locomotive BASIC

84 bytes added, 11:44, 3 January 2025
/* Floating Point data definition */ exponent description fixed
#*128-255 are positive exponents,
#*01-127 are negative exponents.#*0 means, the number is zero
To obtain the signed exponent, you must subtract 128 from the stored exponent. The minimum exponent is 0 1 and this describes a number of 2^-127. The maximum exponent is 255 and this describes a number of 2^128127.A value of 0 just means, that the number is zero (0).
=== BASIC Display of Floating point numbers ===