comes from:

~ecanot/tools/fortran/f90-modules/rational_numbers



__________________

the size of integers of each rational number is defined in the file:

rational_config.inc

the choice made here (2-bytes integers) is a good compromise between
precision and usefulness (in particuliar, one rational number is stored
in a 4-bytes memory).

