Skip to content

vtkMath: use std::sqrt rather than sqrt

Ben Boeckel requested to merge ben.boeckel/vtk:math-cpp-sqrt into master

The global function is the C function which only accepts doubles. The C++ std::sqrt has overloads which is what is wanted here.

Fixes: #17144 (closed)

Merge request reports