3#ifndef TETL_COMPLEX_POLAR_HPP
4#define TETL_COMPLEX_POLAR_HPP
14[[nodiscard]]
constexpr auto polar(T
const& r, T
const& theta = T()) noexcept ->
etl::
complex<T>
constexpr auto cos(float arg) noexcept -> float
Computes the cosine of arg (measured in radians).
Definition cos.hpp:44
constexpr auto sin(float arg) noexcept -> float
Computes the sine of arg (measured in radians).
Definition sin.hpp:44
constexpr auto polar(T const &r, T const &theta=T()) noexcept -> etl::complex< T >
Definition polar.hpp:14
Definition adjacent_find.hpp:8
A complex number.
Definition complex.hpp:19