FunctionAdvisor/known_functions
return a list of the mathematical function's names known by FunctionAdvisor
Calling Sequence
Parameters
Description
Examples
FunctionAdvisor(known_functions)
known_functions
-
literal name; 'known_functions'
The FunctionAdvisor(known_functions) command returns a list of the mathematical function's names implemented in the Maple system.
The functions on which information is available via > FunctionAdvisor( function_name ); are:
You can get a table of information for each function by specifying the function and the table keyword.
arccot belongs to the subclass "arctrig" of the class "elementary" and so, in principle, it can be related to various of the 26 functions of those classes - see FunctionAdvisor( "arctrig" ); and FunctionAdvisor( "elementary" );
See Also
FunctionAdvisor
FunctionAdvisor/function_classes
FunctionAdvisor/topics
Download Help Document