# File lib/ruby-vpi/float.rb, line 48
48:   def mantissa
49:     f = abs
50:     f - f.floor
51:   end