slophep.Predictions.Math.integrals
- slophep.Predictions.Math.integrals.int_1minxsq(vmin: float, vmax: float) float[source]
Integral of 1-x^2
- slophep.Predictions.Math.integrals.int_1plusxsq(vmin: float, vmax: float) float[source]
Integral of 1+x^2
- slophep.Predictions.Math.integrals.int_2xsqmin1(vmin: float, vmax: float) float[source]
Integral of 2x^2-1
- slophep.Predictions.Math.integrals.int_2xsqrt1minxsq(vmin: float, vmax: float) float[source]
Integral of 2x*sqrt(1-x^2)
- slophep.Predictions.Math.integrals.int_3xsqmin1(vmin: float, vmax: float) float[source]
Integral of 3x^2-1
- slophep.Predictions.Math.integrals.int_3xsqmin1sq(vmin: float, vmax: float) float[source]
Integral of (3x^2-1)^2
- slophep.Predictions.Math.integrals.int_cos2x(vmin: float, vmax: float) float[source]
Integral of cos(2x)
- slophep.Predictions.Math.integrals.int_cosx(vmin: float, vmax: float) float[source]
Integral of cosx
- slophep.Predictions.Math.integrals.int_sin2x(vmin: float, vmax: float) float[source]
Integral of sin(2x)
- slophep.Predictions.Math.integrals.int_sinx(vmin: float, vmax: float) float[source]
Integral of sinx
- slophep.Predictions.Math.integrals.int_sinxwrtcosx(vmin: float, vmax: float) float[source]
Integral of sinx w.r.t. cosx
- slophep.Predictions.Math.integrals.int_xn(vmin: float, vmax: float, n: int) float[source]
Integral of x^n