type/mathfunc - check for mathematical functions
|
Calling Sequence
|
|
type(f, mathfunc)
|
|
Description
|
|
•
|
This procedure checks to see if the given name, f, is the name of a mathematical function known to Maple.
|
•
|
The following top-level mathematical functions are known to type/mathfunc:
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
`evalf/h` := proc(x) evalf(x^2); end:
|
>
|
|
| (2) |
>
|
|
| (3) |
|
|
Download Help Document
Was this information helpful?