a = (Raster('myRaster') * 1.724)
do a web search on floating point representation . There is nothing you can do about it
a = 1.724 b = 1.0 * 1.724 print b #=1.724