Method: Flt::CDCFormat.decode_exponent
- Defined in:
- lib/float-formats/formats.rb
.decode_exponent(ee, mode) ⇒ Object
388 389 390 391 392 |
# File 'lib/float-formats/formats.rb', line 388 def self.decode_exponent(ee,mode) e = super e += 1 if e<0 e end |