raytracer.hpp
raytracer.hpp copied to clipboard
Square root infinite loop
In rt::sqrt when NaN is passed to val, it will be in an infinite loop.