User Tools

Site Tools


en:numericconstants

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
en:numericconstants [2016/01/01 23:01]
admin
en:numericconstants [2016/08/14 15:46]
admin
Line 8: Line 8:
 |-2345| |-2345|
 |0| |0|
 +
 +Positive integer values may also be expressed in binary (base 2), octal (base 8), and hexadecimal (base 16).  Precede binary values with 0b (0b1110 = 14), octal with 0o (0o177 = 127), and hexadecimal with 0x (0xff = 255).
  
 ^Decimal Numbers^ ^Decimal Numbers^
Line 13: Line 15:
 |56.87| |56.87|
 |0.0123| |0.0123|
 +|PI|
  
 Very large and small numbers may also be represented in scientific E notation (added in version 0.9.9.46). http://en.wikipedia.org/wiki/Scientific_notation Very large and small numbers may also be represented in scientific E notation (added in version 0.9.9.46). http://en.wikipedia.org/wiki/Scientific_notation
Line 25: Line 28:
 |5.12e-9|0.00000000512| |5.12e-9|0.00000000512|
  
-Positive integer values may also be expressed in binary (base 2), octal (base 8), and hexadecimal (base 16).  Precede binary values with 0b (0b1110 = 14), octal with 0o (0o177 = 127), and hexadecimal with 0x (0xff = 255). 
  
en/numericconstants.txt ยท Last modified: 2020/02/28 10:46 (external edit)