Function sqrt¶
function sqrt(const T1 &) math¶
Returns the positive square root of x. \(\sqrt{x}\)
For negative inputs the result is NaN. Applied element-wise for vector inputs.
| T1 | Input numeric type. |
| x | Value whose square root is computed. |
\(\sqrt{x}\) as flt_type<T1>. |
Fully qualified name: kfr::sqrt(const T1 &)
Declared at math/sqrt.hpp:43
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.