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