Home
last modified time | relevance | path

Searched refs:rho (Results 1 – 1 of 1) sorted by relevance

/ndk/sources/cxx-stl/llvm-libc++/libcxx/test/numerics/complex.number/complex.value.ops/
Dpolar.pass.cpp23 test(const T& rho, std::complex<T> x) in test() argument
25 assert(std::polar(rho) == x); in test()
30 test(const T& rho, const T& theta, std::complex<T> x) in test() argument
32 assert(std::polar(rho, theta) == x); in test()