ProgPoW is a proof-of-work algorithm designed to close the efficiency gap available to specialized ASICs. It utilizes almost all parts of commodity hardware (GPUs), and comes pre-tuned for the most ...
What steps will reproduce the problem? see http://play.golang.org/p/rcVquN_0xc What is the expected output? for x=2.0 and y>=2147483648.0, math.Pow(x,y) should return ...