* feat: add exponential histogram mapping functions
* Apply suggestions from code review
Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>
* chore: fix compile
* refactor: use Number.MAX_VALUE directly
* chore: add docs to mapping and ieee754
* chore: move MIN_SCALE and MAX_SCALE to unexported constants
* chore: remove currently unused test helper
* chore: lint
* refactor: build all scales, extract single getMapping function
* fix: off by one error when pre-building mappings
Co-authored-by: Marc Pichler <marc.pichler@dynatrace.com>
Co-authored-by: Marc Pichler <marcpi@edu.aau.at>
Co-authored-by: Daniel Dyla <dyladan@users.noreply.github.com>