Searched refs:rho (Results 1 – 1 of 1) sorted by relevance
23 test(const T& rho, std::complex<T> x) in test() argument25 assert(std::polar(rho) == x); in test()30 test(const T& rho, const T& theta, std::complex<T> x) in test() argument32 assert(std::polar(rho, theta) == x); in test()