4#ifndef TETL_COMPLEX_LOG10_HPP
5#define TETL_COMPLEX_LOG10_HPP
7#include <etl/_complex/complex.hpp>
8#include <etl/_complex/log.hpp>
16 return etl::log(z) /
etl::log(T(10));
constexpr auto log10(complex< T > const &z) noexcept -> complex< T >
Definition log10.hpp:14
Definition adjacent_find.hpp:9
A complex number.
Definition complex.hpp:20