tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
hypot.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto hypot (double x, double y) noexcept -> double
 
constexpr auto hypot (double x, double y, double z) noexcept -> double
 
constexpr auto hypot (float x, float y) noexcept -> float
 
constexpr auto hypot (float x, float y, float z) noexcept -> float
 
constexpr auto hypot (long double x, long double y) noexcept -> long double
 
constexpr auto hypot (long double x, long double y, long double z) noexcept -> long double
 
constexpr auto hypotf (float x, float y) noexcept -> float
 
constexpr auto hypotl (long double x, long double y) noexcept -> long double