4#ifndef TETL_COMPLEX_LOG_HPP
5#define TETL_COMPLEX_LOG_HPP
7#include <etl/_cmath/log.hpp>
8#include <etl/_complex/arg.hpp>
9#include <etl/_complex/complex.hpp>
10#include <etl/_math/abs.hpp>
18 return {
etl::log(
etl::abs(z)),
etl::arg(z)};
constexpr auto log(complex< T > const &z) noexcept -> complex< T >
Definition log.hpp:16
Definition adjacent_find.hpp:9
A complex number.
Definition complex.hpp:20