Maple Professional
Maple Academic
Maple Student Edition
Maple Personal Edition
Maple Player
Maple Player for iPad
MapleSim Professional
MapleSim Academic
Maple T.A. - Testing & Assessment
Maple T.A. MAA Placement Test Suite
Möbius - Online Courseware
Machine Design / Industrial Automation
Aerospace
Vehicle Engineering
Robotics
Power Industries
System Simulation and Analysis
Model development for HIL
Plant Modeling for Control Design
Robotics/Motion Control/Mechatronics
Other Application Areas
Mathematics Education
Engineering Education
High Schools & Two-Year Colleges
Testing & Assessment
Students
Financial Modeling
Operations Research
High Performance Computing
Physics
Live Webinars
Recorded Webinars
Upcoming Events
MaplePrimes
Maplesoft Blog
Maplesoft Membership
Maple Ambassador Program
MapleCloud
Technical Whitepapers
E-Mail Newsletters
Maple Books
Math Matters
Application Center
MapleSim Model Gallery
User Case Studies
Exploring Engineering Fundamentals
Teaching Concepts with Maple
Maplesoft Welcome Center
Teacher Resource Center
Student Help Center
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