Skip to content

It is a concept of a new positional numeral system with radix, or base, of 32.

Notifications You must be signed in to change notification settings

SKocur/Triacontadi-Numeral-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

Triacontadi Numeral System

It is a concept of a new positional numeral system with radix, or base, of 32. It uses thirty two disctinct symbols, most often the symbols 0-9 to represent values zero to nine, and A, B, C, D, E, F, G, H, I, J, K, L, M, N, O, P, Q,R, S, T, U, V (or alternatively a, b,.., v,) to represent values ten to thirty one.

Conversion examples

Decimal to Triacontadi

240 32
7 16=G
0 7

Result: 7G

33 32
1 1
0 1

Result: 11

495 32
15 15=F
0 15=F

Result: FF

421 700 32
13 178 4
411 26=Q
12 27=R
0 12=C

Result: CRQ7

Triacontadi to Decimal

Cheatsheet

Decimal Triacontadi
0 0
1 1
2 2
3 3
4 4
5 5
6 6
7 7
8 8
9 9
10 A
11 B
12 C
13 D
14 E
15 F
16 G
17 H
18 I
19 J
20 K
21 L
22 M
23 N
24 O
25 P
26 Q
27 R
28 S
29 T
30 U
31 V

About

It is a concept of a new positional numeral system with radix, or base, of 32.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages