FunctionAdvisor/class_members - return all the class members of the given class name
|
Calling Sequence
|
|
FunctionAdvisor(class_members, class_name)
|
|
Parameters
|
|
class_members
|
-
|
literal name; 'class_members'
|
class_name
|
-
|
class name
|
|
|
|
|
Description
|
|
•
|
The FunctionAdvisor(class_members, class_name) command returns all the class members that belong to the class.
|
|
|
Examples
|
|
>
|
|
The 6 functions in the "trig" class are:
| |
| (1) |
>
|
|
The 26 functions in the "elementary" class are:
| |
![[arccos, arccosh, arccot, arccoth, arccsc, arccsch, arcsec, arcsech, arcsin, arcsinh, arctan, arctanh, cos, cosh, cot, coth, csc, csch, exp, ln, sec, sech, sin, sinh, tan, tanh]](/support/helpjp/helpview.aspx?si=7553/file01723/math71.png)
| (2) |
>
|
|
![[AiryAi, AiryBi, BesselI, BesselJ, BesselK, BesselY, HankelH1, HankelH2, KelvinBei, KelvinBer, KelvinHei, KelvinHer, KelvinKei, KelvinKer]](/support/helpjp/helpview.aspx?si=7553/file01723/math78.png)
| (3) |
|
|