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