Difference between revisions of "Base 10"

esse quam videri
Jump to: navigation, search
Line 16: Line 16:
 
* [[Numeral Systems]]
 
* [[Numeral Systems]]
  
==External Links==
 
  
 
[[Category:Programming Language Concepts]]
 
[[Category:Programming Language Concepts]]

Revision as of 15:11, 8 August 2019

Definition

Base 10 is the standard way we count, it uses 0 to 9 as the digits and a new digit is added after 9. It is also known as Decimal. Not to be confused with the Decimal data type.

Relevance

Explanation

Base10.png

See also