class
FloatDomainError
v1_9_2_180 -
Show latest stable
- Superclass: RangeError
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
Files
- numeric.c