Usage¶
How to installing the package¶
Install the project into your Python environment:
$ pip install boring-math-special-functions
Importing the modules¶
from boring_math.special_functions.abstract import const, id
from boring_math.special_functions.float import exp, sine, cosine
from boring_math.special_functions.complex import exp, sine, cosine