Document Classes
Published on 30 Nov 2007Some comments about document classes
This is something you won’t need each and every day of your life but I won’t have to rethink it once I need it ;-)
It is often useful to produce different return values depending on the context in which the subrouting or method was called, i.e. the type of return value that the caller expects:
The following code chunk demonstrates how to add functions to the current namespace during runtime:
The most commonly used analysis of a series of measurements $x_i = x_1, \dots, x_n$
is calculating the mean value, the minimum, and the maximum as well as the mean deviation: