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