3#ifndef TETL_COMPLEX_LOG10_HPP
4#define TETL_COMPLEX_LOG10_HPP
constexpr auto log(float v) noexcept -> float
Computes the natural (base e) logarithm of arg.
Definition log.hpp:44
constexpr auto log10(float arg) noexcept -> float
Computes the binary (base-10) logarithm of arg.
Definition log10.hpp:44
Definition adjacent_find.hpp:8
A complex number.
Definition complex.hpp:19