Skip to content

Latest commit

 

History

4 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Large-Num-Calc

A Python based calculator that performs basic arithmetic operations on large numbers (size-wise) or really tiny valued decimal numbers that cause underflow

Currently supports

  • Reading in decimal input as a string
  • Returning decimal output as a string
  • Performing addition of two numbers
  • Performing subtraction of two numbers
  • Performing multiplication of two numbers
  • performing quotient division of two numbers

I developed this script using the Python "Decimal Class" as a helper module for another project.

About

A Python based calculator that performs basic arithmetic operations on large numbers (size-wise) or really tiny valued decimal numbers that causes underflow

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages