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.float import sin0, cos0, tan0, exp0 from boring_math.special_functions.complex import sin0 cos0, tan0, exp0