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.float0 import exp0, sin0, cos0, tan0
from boring_math.special_functions.float import exp, sin, cos, tan
from boring_math.special_functions.complex0 import exp0, sin0, cos0, tan0
from boring_math.special_functions.complex import exp, sin, cos, tan