MathematicalFunctions[Get] - return information on a mathematical function
|
Calling Sequence
|
|
Get(topic, math_function, all)
|
|
Parameters
|
|
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
|
|
|
|
|
Description
|
|
•
|
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:
|
•
|
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.
|
|
|
Examples
|
|
>
|
|
| (1) |
>
|
|
| (2) |
>
|
|
| (3) |
>
|
|
| (4) |
>
|
|
| (5) |
>
|
|
| (6) |
>
|
|
| (7) |
>
|
|
| (8) |
>
|
|
| (9) |
>
|
|
|
|
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, MathematicalFunctions[SearchFunction], MathematicalFunctions[Series]
|
|
Download Help Document
Was this information helpful?