# File lib/stella/core_ext.rb, line 390 def fineround(len=6.0) v = (self * (10.0**len)).round / (10.0**len) v.zero? ? 0 : v end