Returns:
108 109 110
# File 'lib/float-formats/classes.rb', line 108 def zero? return @exponent==:zero || @significand==0 end