There are two different mechanisms for users to supply functions for use in expressions. One is user-defined macros, which provide a short-hand for long or complex expressions that would otherwise have to be used repeatedly in expressions. The other is user-defined external procedures, written in a programming language such as Tcl or C++.
In: Contents >> Working with equations