# File lib/stella/core_ext.rb, line 456
  def fractional_part
    (self - self.truncate).abs
  end