-
Notifications
You must be signed in to change notification settings - Fork 1
Home
Thomas Leathers edited this page Jan 10, 2017
·
8 revisions
Welcome to the BalTcalc wiki!
BalTcalc stands for Balanced Ternary Calculator. it is a project to create a Balanced Ternary Calculator in Python with an accompanying library. libbaltcalc is the library.
there are varous math and logic functions, including addition, subtraction, conversion to and from decimal, multiplication and division, number inversion (negative to positive and vice versa), as well as various logic gates.
for more information read the FAQ:FAQ
also see: libbaltcalc.py function & usage reference
note for contributors:
BalTcalc and supporting libraries should work with python 2.7+ and up, as well as python 3.x