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
Signed in members can post, follow updates, and more. New here? Register a free account.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.