Skip to content

First-Non-Interesting-Username/calculatorWithoutInt

Repository files navigation

Installation

To install the package from pypi, run:

pip install math_without_integers

Note: Most linux distros prohibit global pip installations. You have to figure it yourself how you can install the package.

To use it in your python program (why?), add:

from math_without_integers import zero_to_nine

from math_without_integers import zero_to_infinity

at the top of your python code.

Docs

zero_to_nine

zero_to_infinity

Star History

Star History Chart

About

A basic python calculator that can perform various mathematic operations. All without a single integer (for now)

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages