Difference between revisions of "Base 10"

esse quam videri
Jump to: navigation, search
(Created page with " =Definition= =Relevance= =Explanation= =Resources= == See also == * Decimal * Numeral Systems ==Notes== ==External Links== Category:Programming Language...")
 
Line 1: Line 1:
  
 
=Definition=
 
=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=
 
=Relevance=
 +
*[[Base 2]]
 +
*[[Decimal]]
 +
*[[Hexadecimal]]
  
=Explanation=
 
 
 
 
=Resources=
 
 
== See also ==
 
== See also ==
  
 
* [[Decimal]]
 
* [[Decimal]]
 
* [[Numeral Systems]]
 
* [[Numeral Systems]]
 
==Notes==
 
 
  
 
==External Links==
 
==External Links==
 
 
  
 
[[Category:Programming Language Concepts]]
 
[[Category:Programming Language Concepts]]

Revision as of 17:17, 21 June 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

See also

External Links