elemntry.spad line 1 [edit on github]
Provides elementary functions over an integral domain.
acos(x)
applies the inverse cosine operator to x
acosh(x)
applies the inverse hyperbolic cosine operator to x
acot(x)
applies the inverse cotangent operator to x
acoth(x)
applies the inverse hyperbolic cotangent operator to x
acsc(x)
applies the inverse cosecant operator to x
acsch(x)
applies the inverse hyperbolic cosecant operator to x
asec(x)
applies the inverse secant operator to x
asech(x)
applies the inverse hyperbolic secant operator to x
asin(x)
applies the inverse sine operator to x
asinh(x)
applies the inverse hyperbolic sine operator to x
atan(x)
applies the inverse tangent operator to x
atanh(x)
applies the inverse hyperbolic tangent operator to x
belong?(p)
returns true
if operator p
is elementary
cos(x)
applies the cosine operator to x
cosh(x)
applies the hyperbolic cosine operator to x
cot(x)
applies the cotangent operator to x
coth(x)
applies the hyperbolic cotangent operator to x
csc(x)
applies the cosecant operator to x
csch(x)
applies the hyperbolic cosecant operator to x
exp(x)
applies the exponential operator to x
iiacos(x)
should be local but conditional
iiacosh(x)
should be local but conditional
iiacot(x)
should be local but conditional
iiacoth(x)
should be local but conditional
iiacsc(x)
should be local but conditional
iiacsch(x)
should be local but conditional
iiasec(x)
should be local but conditional
iiasech(x)
should be local but conditional
iiasin(x)
should be local but conditional
iiasinh(x)
should be local but conditional
iiatan(x)
should be local but conditional
iiatanh(x)
should be local but conditional
iicos(x)
should be local but conditional
iicosh(x)
should be local but conditional
iicot(x)
should be local but conditional
iicoth(x)
should be local but conditional
iicsc(x)
should be local but conditional
iicsch(x)
should be local but conditional
iiexp(x)
should be local but conditional
iilog(x)
should be local but conditional
iisec(x)
should be local but conditional
iisech(x)
should be local but conditional
iisin(x)
should be local but conditional
iisinh(x)
should be local but conditional
iisqrt2()
should be local but conditional
iisqrt3()
should be local but conditional
iitan(x)
should be local but conditional
iitanh(x)
should be local but conditional
localReal?(x)
should be local but conditional
log(x)
applies the logarithm operator to x
operator(p)
returns an elementary operator with the same symbol as p
returns the pi
()pi
operator
sec(x)
applies the secant operator to x
sech(x)
applies the hyperbolic secant operator to x
sin(x)
applies the sine operator to x
sinh(x)
applies the hyperbolic sine operator to x
specialTrigs(x, l)
should be local but conditional
tan(x)
applies the tangent operator to x
tanh(x)
applies the hyperbolic tangent operator to x