class

Numeric

v1_9_2_180 - Show latest stable - Superclass: Object

Document-class: FloatDomainError

Raised when attempting to convert special float values (in particular infinite or NaN) to numerical classes which don’t support them.

Float::INFINITY.to_r

raises the exception:

FloatDomainError: Infinity

Included modules

  • Comparable

Files

  • complex.c
  • numeric.c
  • rational.c