/Specter-AAL

Specter - Abstract Arithmetics Library (AAL) is a library coded in native C which is able to do operations with numbers of virtually unlimited length and precision.

Primary LanguageCGNU General Public License v2.0GPL-2.0

Specter-AAL (early alpha)

Codacy Badge

Specter - Abstract Arithmetics Library (AAL) is a library coded in native C which is able to do operations with numbers of virtually unlimited length and precision. The scope and architecture of AAL is different from any other implementation because it is hardware (architecture) and bit (endianness) agnostic. Also, AAL supports all real positive and negative numbers like decimals and integers.

For now though, the only functional math operations are addition and subtraction but in the future it will be able to run all other major operations.