Post
Topic
Board Announcements (Altcoins)
Re: [ANN][CLAM] CLAMs, Proof-Of-Chain, Proof-Of-Working-Stake, a.k.a. "Clamcoin"
by
dooglus
on 05/04/2017, 14:30:36 UTC
Python is supposed to be easy to read Wink

Code:
15   0.00610352

Yes, but it's also meant to give the correct results.

I wanted it to give the same results as the Bitcoin block rewards. My code does, and yours doesn't. The 15th reward should be 0.00610351.

That's why I used integer arithmetic, not floating point.