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
Was this information helpful?