W3cubDocs

/Ruby 2.7

class FloatDomainError

Parent:
RangeError

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

Float::INFINITY.to_r   #=> FloatDomainError: Infinity

Ruby Core © 1993–2017 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.