class FloatDomainError - Ruby 2.2.4 Core API Reference API Reference

Ruby 2.2 Core API

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
#=> FloatDomainError: Infinity

In Files

  • numeric.c

Parent

RangeError