Skip to content

jensdietrich/mayan-numbers

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Arabic to Mayan Number Conversion

The converter takes a non-negative ints as inputs, and produces a Mayan number using the following textual notation:

  1. instead of top-down, numbers are written left-to-right
  2. digits (= numbers up to 20 exclusive, as Mayan numerals use a vigesimal, base-20 system) are separated by _
  3. zero is represented by 0
  4. a dot is represented by *
  5. a bar is represented by | (since numbers are rotated clockwise 90 degrees, the horizontal bar is not vertical)

For examples, check the test cases. Also check the online converter that can convert arabic numbers to the graphical representation of mayan numbers.

About

translate arabic to mayan numbers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages