# File lib/ruby-vpi/float.rb, line 34
  def mantissa
    f = abs
    f - f.floor
  end