3#ifndef TETL_COMPLEX_TAN_HPP
4#define TETL_COMPLEX_TAN_HPP
constexpr auto cos(float arg) noexcept -> float
Computes the cosine of arg (measured in radians).
Definition cos.hpp:44
constexpr auto tan(float arg) noexcept -> float
Computes the tangent of arg (measured in radians).
Definition tan.hpp:44
constexpr auto sin(float arg) noexcept -> float
Computes the sine of arg (measured in radians).
Definition sin.hpp:44
Definition adjacent_find.hpp:8
A complex number.
Definition complex.hpp:19