Post
Topic
Board Development & Technical Discussion
Re: Is it time to think about decimal precision ?
by
DannyHamilton
on 04/12/2017, 18:28:46 UTC
I think there will be disagreement about whether to make it a one off 'doubling' of precision (float -> double) or a more permanent variable precision representation.

The bitcoin blockchain does not currently use floating point numbers to represent transaction values.  It uses integers.