[ADD] fixed point operations pow and log ALSO fixed point test cases by PRDeving · Pull Request #1765 · SFTtech/openage
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Hey, this is not really what we want with the issue because the point is to have fixed-point values as the results (i.e. not double, float, etc.). We want these operations to be purely fixed-point based, so the game simulation stays deterministic.
I think no one working on this issue has actually understood that yet, so I tried to clarify it in the issue description now :D The code is still useful, so I would merge it, but it still doesn't really solve the issue.