That dependency was added recently when we made improvements to std::hypot, but that resulted in `__math` depending on `__algorithm`, which is a very heavyweight module. This patch uses `__math::fmax` instead.
std::{isnan, isinf, isfinite}