tetl 0.1.0
Embedded Template Library
Loading...
Searching...
No Matches
cos.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  etl
 

Functions

constexpr auto cos (double arg) noexcept -> double
 Computes the cosine of arg (measured in radians).
 
constexpr auto cos (float arg) noexcept -> float
 Computes the cosine of arg (measured in radians).
 
constexpr auto cos (integral auto arg) noexcept -> double
 Computes the cosine of arg (measured in radians).
 
constexpr auto cos (long double arg) noexcept -> long double
 Computes the cosine of arg (measured in radians).
 
constexpr auto cosf (float arg) noexcept -> float
 Computes the cosine of arg (measured in radians).
 
constexpr auto cosl (long double arg) noexcept -> long double
 Computes the cosine of arg (measured in radians).