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
evalhf/fcnlist - list of functions handled
Description
The following is a list of functions handled directly by evalhf, consequently executed without using Maple code, merely by calling the corresponding mathematical function from the C library or executing C code.
abs
add
arccos
arccosh
arccot
arccoth
arccsc
arccsch
arcsec
arcsech
arcsin
arcsinh
arctan
arctanh
array
binomial
ceil
cos
cosh
cot
coth
csc
csch
csgn
Dirac
erf
erfc
error
evalb
evalf
evalhf
exp
factorial
Float
floor
frac
GAMMA
Heaviside
iquo
irem
length
ln
lnGAMMA
log
log10
lprint
map
max
min
mod
modp
mods
mul
piecewise
print
Product
product
return
round
sec
sech
signum
sin
sinh
sqrt
Sum
sum
surd
tan
tanh
time
trunc
userinfo
zip
`**`
`*`
`+`
`/`
`^`
Some implementations of Maple may be on systems which do not have all of the above functions in the C library. This should not cause any differences other than speed and truncation errors. Consult your local C expert to determine which functions could be missing.
The functions listed above should execute at speeds significantly higher than the Maple-evalf equivalents.
In some cases where complex hardware floating-point values are involved, evalhf may call the evalf versions of these functions, which will incur the time cost of conversion to and from software floating point, and calculation using software floating point.
Download Help Document