* Module versions

Each module of the FEM48 library is available in two versions,
a "standard" version and a "compressed" version.

The compressed versions are unique in that they provide exactly
the same features as the standard versions at a smaller size!
This because subroutines of these modules have been compressed.
They decompress during runtime (which slows operations down a
little bit).

The standard and compressed modules can be mixed and matched.
This allows you to select standard versions for much used modules
and compressed versions for not so much used modules.

As can be deduced from the file size, the compressed modules have
a lowercase c after their name.

