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–2020 Yukihiro Matsumoto
Licensed under the Ruby License.
Ruby Standard Library © contributors
Licensed under their own licenses.