In unit tests for eval_postfix, division and multiplication always evaluate to 0.0, even division by 0.
However, when running from main with the entire pipeline, it works as expected.
Ideas:
- Review unit tests
- Implement tests for other functions
- Compare, perhaps test implementation is wrong-