Cake

Cake is an object-orientated maths library. We aim to make it feature packed, useful and FAST! This project started in the 2021 Hacktoberfest.

Installation

Stable

Cakes current stable version is 0.0.1a3, this can be downloaded off of PyPi by running:

# Windows
pip install MathCake

# Linux/MacOS
pip3 install MathCake

Development

If you wish to use the development version, which may be unstable, install directly from github:

git clone https://github.com/Mecha-Karen/Cake
cd Cake
pip install .

Shorthand Keywords

To keep our documentation short and concise we have a few shortened ways of representing something.

N

The current class / object

O

Another class of the same type/compatibility. May also include the method in which being used.