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.expoential import exp0, exp, cexp0, cexp
from boring_math.special_functions.trig0 import sin0, cos0, tan0
from boring_math.special_functions.ctrig0 import csin0, ccos0, ctan0
from boring_math.special_functions.trig import sin, cos, tan
from boring_math.special_functions.ctrig import csin, ccos, ctan
from boring_math.special_functions.gamma import gamma, gamma_real
from boring_math.special_functions.beta import beta