Difference between revisions of "Base 10"

esse quam videri
Jump to: navigation, search
m
 
(5 intermediate revisions by 2 users not shown)
Line 7: Line 7:
 
*[[Decimal]]
 
*[[Decimal]]
 
*[[Hexadecimal]]
 
*[[Hexadecimal]]
 +
 +
=Explanation=
 +
[[File:Base10.png | 650 px]]
  
 
== See also ==
 
== See also ==
Line 13: Line 16:
 
* [[Numeral Systems]]
 
* [[Numeral Systems]]
  
==External Links==
 
  
 
[[Category:Programming Language Concepts]]
 
[[Category:Programming Language Concepts]]

Latest revision as of 22:02, 8 October 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