3#ifndef TETL_COMPLEX_SIN_HPP
4#define TETL_COMPLEX_SIN_HPP
15 auto const x = z.real();
16 auto const y = z.imag();
constexpr auto sinh(float arg) noexcept -> float
Computes the hyperbolic sine of arg.
Definition sinh.hpp:14
constexpr auto cos(float arg) noexcept -> float
Computes the cosine of arg (measured in radians).
Definition cos.hpp:44
constexpr auto sin(float arg) noexcept -> float
Computes the sine of arg (measured in radians).
Definition sin.hpp:44
constexpr auto cosh(float arg) noexcept -> float
Computes the hyperbolic cosine of arg.
Definition cosh.hpp:16
Definition adjacent_find.hpp:8
A complex number.
Definition complex.hpp:19