boostorg / multiprecision

Boost.Multiprecision
Boost Software License 1.0
188 stars 112 forks source link

hypot(x, y, z) not implemented #621

Open cffk opened 2 months ago

cffk commented 2 months ago

The standard library in C++17 includes the 3-argument version of hypot. This should be supported by the multiprecision library. It's not available with boost 1.81 on my machine and it looks like it isn't included in the latest source.