Open
Description
Smart contracts for blockchain need to be fully deterministic.
As I understand it's not generally possible with floats (because of minor CPU differences).
We need to have an option to compile without floats. I think some parts of std
use floats unexpectedly as replacement for number
which may pose some problems with this.