Mathematical Operations: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)

18 May 2022

2 May 2022

29 April 2022

27 April 2022

18 April 2022

  • curprev 16:4616:46, 18 April 2022RhoSigma talk contribs 22,545 bytes +22,545 Created page with "{| align="center" | __TOC__ |} ==Basic and QB64 Numerical Types== <center>'''Qbasic Number Types'''</center> * INTEGER ['''%''']: 2 Byte signed whole number values from -32768 to 32767. 0 to 65535 unsigned. (not checked in QB64) * LONG ['''&''']: 4 byte signed whole number values from -2147483648 to 2147483647. 0 to 4294967295 unsigned. * SINGLE ['''!''']: 4 byte signed floating decimal point values of up to 7 decimal place accuracy. '''Cannot be unsig..."
(newest | oldest) View ( | older 50) (20 | 50 | 100 | 250 | 500)