Maxima Function
verbify (f)
Returns the verb form of the function name f.
See also verb, , and .
verb
Examples:
(%i1) verbify ('foo); (%o1) foo (%i2) :lisp $% $FOO (%i2) nounify (foo); (%o2) foo (%i3) :lisp $% %FOO