Function csqrt¶
function csqrt(const T1 &) math¶
template <numeric T1>
KFR_FUNCTION T1 csqrt(const T1& x) Returns square root of the complex number x
| x | The input complex number |
Fully qualified name: kfr::csqrt(const T1 &)
Declared at math/complex_math.hpp:371
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.