/** @file dk3ma.h Mathematical operations. The mathemtical operations in this module are checked for range overflow and zero divisions. If one of these errors occurs an error code variable is set. If no error occurs the variable is left untouched. The module also contains conversion routines between the numeric types. For maximum length unsigned and integer we provide routines to convert from and to strings. */