Exception: Decimal::Subnormal

Inherits:
Exception
  • Object
show all
Defined in:
lib/decimal/decimal.rb

Overview

Exponent < emin before rounding exception.

This occurs and signals subnormal whenever the result of a conversion or operation is subnormal (that is, its adjusted exponent is less than Emin, before any rounding). The result in all cases is unchanged.

Instance Attribute Summary

Attributes inherited from Exception

#context

Method Summary

Methods inherited from Exception

handle, #initialize

Constructor Details

This class inherits a constructor from Decimal::Exception