Type: Python module or package
File:lino:src/lino/tools/indexing_be.py
Refering articles:
- doctest versus unittest (code changes 06.04.06) more
- fixed point mathematics (code changes 06.04.06) — I started to write a datatype to represent «prices» (that is, non-integer numerics with usually 2 decimal positions), but then discovered that this has been done before ;-) It is called «fixed point» mathematics, and there is a class FixedPoint to represent such values. more
- updated indexing_be (07.03.06) — I adapted lino.tools.indexing_be and tests/51.py according to the updated data at www.snp-aes.be/indextabelFR.htm. more
- Price indexing using the Belgian «indice santé» (19.07.05) — New module indexing_be to do Belgian price indexing using the «indice-santé». more