![]() |
Qt 6.x
The Qt SDK
|
#include <qmath.h>
Public Member Functions | |
QHypotHelper (T first) | |
T | result () const |
template<typename F , typename ... Fs> | |
auto | add (F first, Fs... rest) const |
template<typename F , typename R = typename QHypotType<T, F>::type> | |
QHypotHelper< R > | add (F next) const |
Friends | |
template<typename F > | |
class | QHypotHelper |
|
inline |
|
inline |
Definition at line 119 of file qmath.h.
References QtPrivate::QHypotHelper< T >::add().
Referenced by QtPrivate::QHypotHelper< T >::add(), qHypot(), and qHypot().
|
inline |
|
inline |
Definition at line 115 of file qmath.h.
References qIsFinite(), and qSqrt().