4#ifndef TETL_COMPLEX_TANH_HPP
5#define TETL_COMPLEX_TANH_HPP
7#include <etl/_complex/complex.hpp>
8#include <etl/_complex/cosh.hpp>
9#include <etl/_complex/sinh.hpp>
17 return etl::sinh(z) /
etl::cosh(z);
constexpr auto tanh(complex< T > const &z) -> complex< T >
Definition tanh.hpp:15
Definition adjacent_find.hpp:9
A complex number.
Definition complex.hpp:20