I did not realize that float had such horrible precision... Only 7 digits https://stackoverflow.com/a/3498243/4069571
chain.get_energy for example will therefore return extremely imprecise results.
This should be changed either in the APIs, or by adding API functions which return doubles.
I did not realize that float had such horrible precision... Only 7 digits https://stackoverflow.com/a/3498243/4069571
chain.get_energyfor example will therefore return extremely imprecise results.This should be changed either in the APIs, or by adding API functions which return
doubles.