generic module: (C) 2001 Sebastian Ritterbusch The generic module offers the basic data types as o integers (like 23) o double (floating point numbers like 4.312) o string (like "this is a string") o generic vectors and matrices (like [1 2;3 4]) which can take all data types defined and functions like o basic operators (addition '+',substraction '-', ...) o standard functions (sin, cos, tan, sqr, sqrt, ...) o specific functions (det, inf, rows, strlen, ...) for above data types.