describe - Maple Help
For the best experience, we recommend viewing online help using Google Chrome or Microsoft Edge.

Online Help

All Products    Maple    MapleSim


FunctionAdvisor/describe

return the description of a given mathematical function

 

Calling Sequence

Parameters

Description

Examples

Calling Sequence

FunctionAdvisor(describe, math_function)

Parameters

describe

-

literal name; 'describe'

math_function

-

Maple name of mathematical function

Description

• 

The FunctionAdvisor(describe, math_function) command returns a description for the function.

Examples

FunctionAdvisordescribe,sin

sin=sine function

(1)

FunctionAdvisordescribe,arccsc

arccsc=inverse cosecant (csc) function

(2)

FunctionAdvisordescribe,BesselK

BesselK=Modified Bessel function of the second kind

(3)

See Also

FunctionAdvisor

FunctionAdvisor/calling_sequence

FunctionAdvisor/definition

FunctionAdvisor/topics