Inverse function:
The inverse of trig function is denoted by prefix "a" onto function name, e.g. asin(x) is inverse of sin(x) for `sin^-1(x)` ,
other inverse function is denoted by prefix "inverse" onto function name, e.g. inversef(x) is inverse of f(x) for `f^-1(x)`.
The nth order derivative function:
the 0.5th order derivative of sin(x) is denoted by sin(0.5,x) for `sin^((0.5))(x)`.
the nthd() gives the nth derivative formula.
Integral function:
Its last letter is "i" for integral, e.g. ei(x) is exp integral of exp(x)/x, tani(x) is tan(x)/x integral.
Conversion function:convert() convert to another form. Or its first two letters are "to",
e.g. tosum(x) convert x to sum.
Inert function: If add profix "s" to function name, it becomes to inert function, inactivative, e.g. ds(), integrates().
To activate by removing its last letter "s" or by clicking the simplify button.
Numeric function: Its first letter is "n" for numeric, e.g. nsum() is numeric sum.