Usage ===== How to installing the package ----------------------------- Install the project into your Python environment: .. code:: console $ pip install boring-math-special-functions Importing the modules --------------------- .. code:: python 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