My inspiration was to complete a homework assignment for my computer-aided analysis course in university.

The program calculates any exponent with base e. The user inputs the exponent, and how many correct significant digits they at least need to have in the solution.

I built it using python. Algorithm is based on real life formulas.

For the most part, no challenges.

I learned how to calculate approximate error and error tolerance in python.

Built With

Share this project:

Updates