LiouvillianFunctionCategoryΒΆ
trigcat.spad line 178 [edit on github]
Category for the transcendental Liouvillian functions.
- ^: (%, %) -> %
- acos: % -> %
- acosh: % -> %
- acot: % -> %
- acoth: % -> %
- acsc: % -> %
- acsch: % -> %
- asec: % -> %
- asech: % -> %
- asin: % -> %
- asinh: % -> %
- atan: % -> %
- atanh: % -> %
- Chi: % -> %
Chi(x)
returns the hyperbolic cosine integral ofx
, i.e. the integral ofcosh(x) / x dx
.
- Ci: % -> %
Ci(x)
returns the cosine integral ofx
, i.e. the integral ofcos(x) / x dx
.
- cos: % -> %
- cosh: % -> %
- cot: % -> %
- coth: % -> %
- csc: % -> %
- csch: % -> %
- dilog: % -> %
dilog(x)
returns the dilogarithm ofx
, i.e. the integral oflog(x) / (1 - x) dx
.
- Ei: % -> %
Ei(x)
returns the exponential integral ofx
, i.e. the integral ofexp(x)/x dx
.
- erf: % -> %
erf(x)
returns the error function ofx
, i.e.2 / sqrt(\%pi)
times the integral ofexp(-x^2) dx
.
- erfi: % -> %
erfi(x)
denotes-\%i*erf(\%i*x)
- exp: % -> %
- fresnelC: % -> %
fresnelC(x)
is the Fresnel integralC
, defined byC(x) = integrate(cos(\%pi*t^2/2), t=0..x)
- fresnelS: % -> %
fresnelS(x)
is the Fresnel integralS
, defined byS(x) = integrate(sin(\%pi*t^2/2), t=0..x)
- integral: (%, SegmentBinding %) -> %
- integral: (%, Symbol) -> %
- li: % -> %
li(x)
returns the logarithmic integral ofx
, i.e. the integral ofdx / log(x)
.
- log: % -> %
- pi: () -> %
- sec: % -> %
- sech: % -> %
- Shi: % -> %
Shi(x)
returns the hyperbolic sine integral ofx
, i.e. the integral ofsinh(x) / x dx
.
- Si: % -> %
Si(x)
returns the sine integral ofx
, i.e. the integral ofsin(x) / x dx
.
- sin: % -> %
- sinh: % -> %
- tan: % -> %
- tanh: % -> %
ArcTrigonometricFunctionCategory