Maple Professionel
Maple Académique
Maple Edition Étudiant
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professionel
MapleSim Académique
Maple T.A. - Suite d'examens de classement
Maple T.A. MAA Placement Test Suite
Möbius - Didacticiels de mathématiques en ligne
Machine Design / Industrial Automation
Aéronautique
Ingénierie des véhicules
Robotics
Energie
System Simulation and Analysis
Model development for HIL
Modélisation du procédé pour la conception de systèmes de contrôle
Robotics/Motion Control/Mechatronics
Other Application Areas
Enseignement des mathématiques
Enseignement de l’ingénierie
Enseignement secondaire et supérieur (CPGE, BTS)
Tests et évaluations
Etudiants
Modélisation financière
Recherche opérationnelle
Calcul haute performance
Physique
Webinaires en direct
Webinaires enregistrés
Agenda des évènements
Forum MaplePrimes
Blog Maplesoft
Membres Maplesoft
Maple Ambassador Program
MapleCloud
Livres blancs techniques
Bulletin électronique
Livres Maple
Math Matters
Portail des applications
Galerie de modèles MapleSim
Cas d'Etudes Utilisateur
Exploring Engineering Fundamentals
Concepts d’enseignement avec Maple
Centre d’accueil utilisateur Maplesoft
Centre de ressources pour enseignants
Centre d’assistance aux étudiants
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