Method: Flt::FormatBase.decimal_min_exp

Defined in:
lib/float-formats/classes.rb

.decimal_min_expObject

Minimum negative integer such that 10 raised to that power is in the range of the normalised floating point numbers



514
515
516
# File 'lib/float-formats/classes.rb', line 514

def self.decimal_min_exp
  (radix_min_exp(:fractional_significand)*radix_log10).ceil
end