Function polar¶
function polar(const T1 &) math¶
template <numeric T1>
KFR_FUNCTION T1 polar(const T1& x) Converts a complex number to its polar representation (magnitude, phase)
| x | The input complex number |
Fully qualified name: kfr::polar(const T1 &)
Declared at math/complex_math.hpp:351
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.