MathematicalFunctions
Get
return information on a mathematical function
Calling Sequence
Parameters
Description
Examples
Get(topic, math_function, all)
topic
-
name; specifies the topic for information
math_function
name; mathematical function
all
(optional) literal name; can be used with only calling_sequence topic to return all known calling sequences
The Get(topic, math_function) function returns the topic information on the function math_function. If the requested information is not available it returns NULL.
The topic argument must be one of:
analytic_extension
asymptotic_expansion
branch_cuts
branch_points
calling_sequence
classify_function
definition
describe
differentiation_rule
display
identities
integral_form
plot
series
singularities
special_values
sum_form
To display the list of possible values for the math_function argument, use the FunctionAdvisor(known_functions) function. For more information, see FunctionAdvisor/known_functions.
The Get(topic, math_function) function is equivalent to FunctionAdvisor(topic, math_function), but does not attempt to match misspelled topic or math_function arguments to the correct names. For more information, see FunctionAdvisor.
The FunctionAdvisor command supports additional topics. For more information, see FunctionAdvisor/topics.
See Also
FunctionAdvisor
FunctionAdvisor/analytic_extension
FunctionAdvisor/asymptotic_expansion
FunctionAdvisor/branch_cuts
FunctionAdvisor/branch_points
FunctionAdvisor/calling_sequence
FunctionAdvisor/classify_function
FunctionAdvisor/definition
FunctionAdvisor/describe
FunctionAdvisor/differentiation_rule
FunctionAdvisor/display
FunctionAdvisor/identities
FunctionAdvisor/integral_form
FunctionAdvisor/series
FunctionAdvisor/singularities
FunctionAdvisor/special_values
FunctionAdvisor/sum_form
MathematicalFunctions[SearchFunction]
MathematicalFunctions[Series]
Download Help Document