FunctionalSpecialFunction(R, F)ΒΆ
combfunc.spad line 439 [edit on github]
R: Join(Comparable, IntegralDomain)
F: FunctionSpace R
Provides some special functions over an integral domain.
- abs: F -> F
abs(f)
returns the absolute value operator applied tof
.
- airyAi: F -> F
airyAi(x)
returns the AiryAi
function applied tox
.
- airyAiPrime: F -> F
airyAiPrime(x)
returns the derivative of AiryAi
function applied tox
.
- airyBi: F -> F
airyBi(x)
returns the AiryBi
function applied tox
.
- airyBiPrime: F -> F
airyBiPrime(x)
returns the derivative of AiryBi
function applied tox
.
- angerJ: (F, F) -> F
angerJ(v, z)
is the AngerJ
function.
- belong?: BasicOperator -> Boolean
belong?(op)
returnstrue
ifop
is a special function operator.
- besselI: (F, F) -> F
besselI(x, y)
returns the BesselI
function applied tox
andy
.
- besselJ: (F, F) -> F
besselJ(x, y)
returns the BesselJ
function applied tox
andy
.
- besselK: (F, F) -> F
besselK(x, y)
returns the BesselK
function applied tox
andy
.
- besselY: (F, F) -> F
besselY(x, y)
returns the BesselY
function applied tox
andy
.
- Beta: (F, F) -> F
Beta(x, y)
returns the beta function applied tox
andy
.
- Beta: (F, F, F) -> F
Beta(x, a, b)
is incomplete Beta function applied tox
, a andb
.
- ceiling: F -> F
ceiling(x)
returns the smallest integer above or equalx
.
- charlierC: (F, F, F) -> F
charlierC(n, a, z)
is the Charlier polynomial.
- conjugate: F -> F
conjugate(f)
returns the conjugate value operator applied tof
.
- digamma: F -> F
digamma(x)
returns the digamma function applied tox
.
- diracDelta: F -> F
diracDelta(x)
is unit mass at zeros ofx
.
- ellipticE: (F, F) -> F
ellipticE(z, m)
is the incomplete elliptic integral of the second kind:ellipticE(z, m) = integrate(sqrt(1-m*t^2)/sqrt(1-t^2), t = 0..z)
.
- ellipticE: F -> F
ellipticE(m)
is the complete elliptic integral of the second kind:ellipticE(m) = integrate(sqrt(1-m*t^2)/sqrt(1-t^2), t = 0..1)
.
- ellipticF: (F, F) -> F
ellipticF(z, m)
is the incomplete elliptic integral of the first kind :ellipticF(z, m) = integrate(1/sqrt((1-t^2)*(1-m*t^2)), t = 0..z)
.
- ellipticK: F -> F
ellipticK(m)
is the complete elliptic integral of the first kind:ellipticK(m) = integrate(1/sqrt((1-t^2)*(1-m*t^2)), t = 0..1)
.
- ellipticPi: (F, F, F) -> F
ellipticPi(z, n, m)
is the incomplete elliptic integral of the third kind:ellipticPi(z, n, m) = integrate(1/((1-n*t^2)*sqrt((1-t^2)*(1-m*t^2))), t = 0..z)
.
- floor: F -> F
floor(x)
returns the largest integer below or equalx
.
- fractionPart: F -> F
fractionPart(x)
returns the fractional part ofx
.
- Gamma: (F, F) -> F
Gamma(a, x)
returns the incomplete Gamma function applied to a andx
.
- Gamma: F -> F
Gamma(f)
returns the formal Gamma function applied tof
.
- hankelH1: (F, F) -> F
hankelH1(v, z)
is first Hankel function (Bessel function of the third kind).
- hankelH2: (F, F) -> F
hankelH2(v, z)
is the second Hankel function (Bessel function of the third kind).
- hermiteH: (F, F) -> F
hermiteH(n, z)
is the Hermite polynomial.
- hypergeometricF: (List F, List F, F) -> F
hypergeometricF(la, lb, z)
is the generalized hypergeometric function.
- iAiryAi: F -> F
iAiryAi(x)
should be local but conditional.
- iAiryAiPrime: F -> F
iAiryAiPrime(x)
should be local but conditional.
- iAiryBi: F -> F
iAiryBi(x)
should be local but conditional.
- iAiryBiPrime: F -> F
iAiryBiPrime(x)
should be local but conditional.
- iiabs: F -> F
iiabs(x)
should be local but conditional.
- iiAiryAi: F -> F
iiAiryAi(x)
should be local but conditional.
- iiAiryAiPrime: F -> F
iiAiryAiPrime(x)
should be local but conditional.
- iiAiryBi: F -> F
iiAiryBi(x)
should be local but conditional.
- iiAiryBiPrime: F -> F
iiAiryBiPrime(x)
should be local but conditional.
- iiBesselI: List F -> F
iiBesselI(x)
should be local but conditional.
- iiBesselJ: List F -> F
iiBesselJ(x)
should be local but conditional.
- iiBesselK: List F -> F
iiBesselK(x)
should be local but conditional.
- iiBesselY: List F -> F
iiBesselY(x)
should be local but conditional.
- iiBeta: List F -> F
iiBeta(x)
should be local but conditional.
- iiconjugate: F -> F
iiconjugate(x)
should be local but conditional.
- iidigamma: F -> F
iidigamma(x)
should be local but conditional.
- iiGamma: F -> F
iiGamma(x)
should be local but conditional.
- iiHypergeometricF: List F -> F
iiHypergeometricF(l)
should be local but conditional.
- iipolygamma: List F -> F
iipolygamma(x)
should be local but conditional.
- iiPolylog: (F, F) -> F
iiPolylog(x, s)
should be local but conditional.
- iLambertW: F -> F
iLambertW(x)
should be local but conditional.
- jacobiCn: (F, F) -> F
jacobiCn(z, m)
is the Jacobi ellipticcn
function, defined byjacobiCn(z, m)^2 + jacobiSn(z, m)^2 = 1
andjacobiCn(0, m) = 1
.
- jacobiDn: (F, F) -> F
jacobiDn(z, m)
is the Jacobi ellipticdn
function, defined byjacobiDn(z, m)^2 + m*jacobiSn(z, m)^2 = 1
andjacobiDn(0, m) = 1
.
- jacobiP: (F, F, F, F) -> F
jacobiP(n, a, b, z)
is the Jacobi polynomial.
- jacobiSn: (F, F) -> F
jacobiSn(z, m)
is the Jacobi ellipticsn
function, defined by the formulajacobiSn(ellipticF(z, m), m) = z
.
- jacobiTheta: (F, F) -> F
jacobiTheta(z, m)
is the Jacobi Theta function in Jacobi notation.
- jacobiZeta: (F, F) -> F
jacobiZeta(z, m)
is the Jacobi elliptic zeta function, defined byD(jacobiZeta(z, m), z) = jacobiDn(z, m)^2 - ellipticE(m)/ellipticK(m)
andjacobiZeta(0, m) = 0
.
- kelvinBei: (F, F) -> F
kelvinBei(v, z)
is the Kelvin bei function defined by equality.kelvinBei(v, z) = imag(besselJ(v, exp(3*\%pi*\%i/4)*z))
. forz
andv
real.
- kelvinBer: (F, F) -> F
kelvinBer(v, z)
is the Kelvin ber function defined by equalitykelvinBer(v, z) = real(besselJ(v, exp(3*\%pi*\%i/4)*z))
forz
andv
real.
- kelvinKei: (F, F) -> F
kelvinKei(v, z)
is the Kelvin kei function defined by equalitykelvinKei(v, z) = imag(exp(-v*\%pi*\%i/2)*besselK(v, exp(\%pi*\%i/4)*z))
forz
andv
real.
- kelvinKer: (F, F) -> F
kelvinKer(v, z)
is the Kelvin kei function defined by equalitykelvinKer(v, z) = real(exp(-v*\%pi*\%i/2)*besselK(v, exp(\%pi*\%i/4)*z))
forz
andv
real.
- kummerM: (F, F, F) -> F
kummerM(a, b, z)
is the KummerM
function.
- kummerU: (F, F, F) -> F
kummerU(a, b, z)
is the KummerU
function.
- laguerreL: (F, F, F) -> F
laguerreL(n, a, z)
is the Laguerre polynomial.
- lambertW: F -> F
lambertW(x)
is the LambertW
function atx
.
- legendreP: (F, F, F) -> F
legendreP(nu, mu, z)
is the LegendreP
function.
- legendreQ: (F, F, F) -> F
legendreQ(nu, mu, z)
is the LegendreQ
function.
- lerchPhi: (F, F, F) -> F
lerchPhi(z, s, a)
is the Lerch Phi function.
- lommelS1: (F, F, F) -> F
lommelS1(mu, nu, z)
is the Lommels
function.
- lommelS2: (F, F, F) -> F
lommelS2(mu, nu, z)
is the LommelS
function.
- meijerG: (List F, List F, List F, List F, F) -> F
meijerG(la, lb, lc, ld, z)
is the meijerG function.
- meixnerM: (F, F, F, F) -> F
meixnerM(n, b, c, z)
is the Meixner polynomial.
- operator: BasicOperator -> BasicOperator
operator(op)
returns a copy ofop
with the domain-dependent properties appropriate forF
; error ifop
is not a special function operator.
- polygamma: (F, F) -> F
polygamma(x, y)
returns the polygamma function applied tox
andy
.
- polylog: (F, F) -> F
polylog(s, x)
is the polylogarithm of orders
atx
.
- riemannZeta: F -> F
riemannZeta(z)
is the Riemann Zeta function.
- sign: F -> F
sign(x)
returns the sign ofx
.
- struveH: (F, F) -> F
struveH(v, z)
is the StruveH
function.
- struveL: (F, F) -> F
struveL(v, z)
is the StruveL
function defined by the formulastruveL(v, z) = -\%i^exp(-v*\%pi*\%i/2)*struveH(v, \%i*z)
.
- unitStep: F -> F
unitStep(x)
is 0 forx
less than 0, 1 forx
bigger or equal 0.
- weberE: (F, F) -> F
weberE(v, z)
is the WeberE
function.
- weierstrassP: (F, F, F) -> F
weierstrassP(g2, g3, x)
is the WeierstrassP
function.
- weierstrassPInverse: (F, F, F) -> F
weierstrassPInverse(g2, g3, z)
is the inverse of WeierstrassP
function, defined by the formulaweierstrassP(g2, g3, weierstrassPInverse(g2, g3, z)) = z
.
- weierstrassPPrime: (F, F, F) -> F
weierstrassPPrime(g2, g3, x)
is the derivative of WeierstrassP
function.
- weierstrassSigma: (F, F, F) -> F
weierstrassSigma(g2, g3, x)
is the Weierstrass Sigma function.
- weierstrassZeta: (F, F, F) -> F
weierstrassZeta(g2, g3, x)
is the Weierstrass Zeta function.
- whittakerM: (F, F, F) -> F
whittakerM(k, m, z)
is the WhittakerM
function.
- whittakerW: (F, F, F) -> F
whittakerW(k, m, z)
is the WhittakerW
function.