Skip to content

Latest commit

 

History

History
13 lines (13 loc) · 636 Bytes

File metadata and controls

13 lines (13 loc) · 636 Bytes

Base Calculator

This is the app that allows you to add, subtract, multiply and divide in radices from 2 to 36.

Main interface

It works not only with binary but also with "exotic" radices:

Binary addition    Multiplication in system with radix 4

There is also a converter that works from any radix to any (within range of 2 to 36):

Converter interface