funmake SciMax Toolbox gamma

SciMax Toolbox >> funp

funp

Maxima Function

Calling Sequence

funp (f, expr)
funp(f,expr,x)

Description

funp (f, expr) returns true if expr contains the function f.

funp (f, expr, x) returns true if expr contains the function f and the variable x is somewhere in the argument of one of the instances of f.

funmake SciMax Toolbox gamma