Maple für Professional
Maple für Akademiker
Maple für Studenten
Maple Personal Edition
Maple Player
Maple Player für iPad
MapleSim für Professional
MapleSim für Akademiker
Maple T.A. - Testen & beurteilen
Maple T.A. MAA Placement Test Suite
Möbius - Online-Courseware
Machine Design / Industrial Automation
Luft- und Raumfahrt
Fahrzeugtechnik
Robotics
Energiebranche
System Simulation and Analysis
Model development for HIL
Anlagenmodelle für den Regelungsentwurf
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematikausbildung
Technik
Allgemein- und berufsbildende Schulen
Testen und beurteilen
Studierende
Finanzmodelle
Betriebsforschung
Hochleistungsrechnen
Physik
Live-Webinare
Aufgezeichnete Webinare
Geplante Veranstaltungen
MaplePrimes
Maplesoft-Blog
Maplesoft-Mitgliedschaft
Maple Ambassador Program
MapleCloud
Technische Whitepapers
E-Mail Newsletters
Maple-Bücher
Math Matters
Anwendungs-Center
MapleSim Modell-Galerie
Anwenderberichte
Exploring Engineering Fundamentals
Lehrkonzepte mit Maple
Maplesoft Welcome-Center
Resource-Center für Lehrer
Help-Center für Studierende
type/mathfunc - check for mathematical functions
Calling Sequence
type(f, mathfunc)
Parameters
f
-
name
Description
This procedure checks to see if the given name, f, is the name of a mathematical function known to Maple.
The definition of a mathematical function, in this context, is heuristic but reasonably effective: A name, , is considered to represent a mathematical function if either has been defined as an operator or there exists a routine called . (See evalf for more details about numerical evaluation of functions and expressions.)
The following top-level mathematical functions are known to type/mathfunc:
abs
AiryAi
AiryAiZeros
AiryBi
AiryBiZeros
AngerJ
arccos
arccosh
arccot
arccoth
arccsc
arccsch
arcsec
arcsech
arcsin
arcsinh
arctan
arctanh
argument
BellB
BesselI
BesselJ
BesselJZeros
BesselK
BesselY
BesselYZeros
Beta
binomial
ceil
ChebyshevT
ChebyshevU
Chi
Ci
CompleteBellB
conjugate
cos
cosh
cot
coth
CoulombF
csc
csch
csgn
CylinderD
CylinderU
CylinderV
D
dawson
dilog
Dirac
doublefactorial
Ei
EllipticCE
EllipticCK
EllipticCPi
EllipticE
EllipticF
EllipticK
EllipticModulus
EllipticNome
EllipticPi
erf
erfc
erfi
Eval
exp
Factor
factorial
Factors
floor
frac
FresnelC
Fresnelf
Fresnelg
FresnelS
GAMMA
GaussAGM
GegenbauerC
HankelH1
HankelH2
harmonic
Heaviside
HermiteH
HeunB
HeunBPrime
HeunC
HeunCPrime
HeunD
HeunDPrime
HeunG
HeunGPrime
HeunT
HeunTPrime
hypergeom
Hypergeom
ilog
ilog10
Im
IncompleteBellB
Int
int
InverseJacobiAM
InverseJacobiCD
InverseJacobiCN
InverseJacobiCS
InverseJacobiDC
InverseJacobiDN
InverseJacobiDS
InverseJacobiNC
InverseJacobiND
InverseJacobiNS
InverseJacobiSC
InverseJacobiSD
InverseJacobiSN
JacobiAM
JacobiCD
JacobiCN
JacobiCS
JacobiDC
JacobiDN
JacobiDS
JacobiNC
JacobiND
JacobiNS
JacobiP
JacobiSC
JacobiSD
JacobiSN
JacobiTheta1
JacobiTheta2
JacobiTheta3
JacobiTheta4
JacobiZeta
KelvinBei
KelvinBer
KelvinHei
KelvinHer
KelvinKei
KelvinKer
KummerM
KummerU
LaguerreL
LambertW
LegendreP
LegendreQ
LerchPhi
Li
limit
Limit
ln
lnGAMMA
log
log10
LommelS1
LommelS2
MathieuA
MathieuB
MathieuC
MathieuCE
MathieuCEPrime
MathieuCPrime
MathieuExponent
MathieuFloquet
MathieuFloquetPrime
MathieuS
MathieuSE
MathieuSEPrime
MathieuSPrime
max
min
ModifiedMeijerG
piecewise
pochhammer
polar
polylog
product
Product
Psi
Re
RealRange
RiemannTheta
RootOf
round
sec
sech
Shi
Si
signum
sin
sinh
SphericalY
sqrt
Ssi
StruveH
StruveL
sum
Sum
surd
tan
tanh
trunc
WeberE
WeierstrassP
WeierstrassPPrime
WeierstrassSigma
WeierstrassZeta
WhittakerM
WhittakerW
Wrightomega
Zeta
Examples
`evalf/h` := proc(x) evalf(x^2); end:
See Also
evalf, inifcns, operators, type
Download Help Document