Skip to content

symbolic math system that avoids floating-point representations as much as possible. Rather than say 4/6 = 0.666, it would say that 4/6 = 2/3, etc.

Notifications You must be signed in to change notification settings

derekhua/NonFloatingPointCalculator

Repository files navigation

Non-Floating-Point-Calculator

The goal of this project was to build a computer-based symbolic math system that avoids floating-point representations as much as possible. Rather than say 4/6 = 0.666, it would say that 4/6 = 2/3, etc. This project utilizes many different algorithms to parse the expressions and to return the exact answer.

About

symbolic math system that avoids floating-point representations as much as possible. Rather than say 4/6 = 0.666, it would say that 4/6 = 2/3, etc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages