Fixed Point Arithmetic : how Solidity handles it
Solidity uses fixed point arithmatic instead of floating point arithmatic to reduce computational cost (gas) significantly.
In solidity the fixed point arithmatic representation is expressed in decimal which is base 10.
But first lets take an example...
blockchainbounty.org1 min read