Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Unlike std::sqrt that has overloads for double and float, sqrt is a C function that takes a double. If the argument is a float, it will have to be promoted to double first.
- Loading branch information