Skip to content

Function compiletime::cos

function cos(T) math

template <typename T>
constexpr inline T cos(T x) { … }

Compile-time cosine, derived from sin .

Template parameters
T Floating-point value type.
Parameters
x Angle in radians.
Returns
cos(x) , evaluated at compile time.

Fully qualified name: kfr::compiletime::cos(T)

This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.