100 101 102
# File 'lib/float-formats/classes.rb', line 100 def split return [@sign,@significand,@exponent] end