Skip to content

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

Parameters
x The input complex number in polar form (magnitude, phase)

Fully qualified name: kfr::cartesian(const T1 &)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.