4#ifndef TETL_COMPLEX_POLAR_HPP
5#define TETL_COMPLEX_POLAR_HPP
7#include <etl/_cmath/cos.hpp>
8#include <etl/_cmath/sin.hpp>
9#include <etl/_complex/complex.hpp>
15[[nodiscard]]
constexpr auto polar(T
const& r, T
const& theta = T())
noexcept ->
etl::
complex<T>
constexpr auto polar(T const &r, T const &theta=T()) noexcept -> etl::complex< T >
Definition polar.hpp:15
Definition adjacent_find.hpp:9
A complex number.
Definition complex.hpp:20