Welcome to Cake’s documentation!#
Welcome to the cake library, a powerful OOP based mathmatical library for python.
from cake import *
x = Variable('x')
expr = x + 5
print(expr.solve(x=5))
# 10
Getting Started#
To get started with cake, we need you to install it first.
## Windows
pip install git+https://github.com/Seniatical/Cake
## Linux/Mac
pip3 install git+https://github.com/Seniatical/Cake
Once installed, have fun!
Contents: