artmenlope/high-precision-calculations-str
A set of Python 3 defined functions. They can provide high decimal precision calculations using numbers in "str" format. The algorithms used are the same as those used when performing the calculations by hand. All using Python 3 built-in functions.
PythonMIT