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