All public logs
Jump to navigation
Jump to search
Combined display of all available logs of QB64 Phoenix Edition Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).
- 16:46, 18 April 2022 RhoSigma talk contribs created page Mathematical Operations (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...")