Function compiletime::cos¶
function cos(T) math¶
template <typename T>
constexpr inline T cos(T x) { … } Compile-time cosine, derived from sin .
| T | Floating-point value type. |
| x | Angle in radians. |
cos(x) , evaluated at compile time. |
Fully qualified name: kfr::compiletime::cos(T)
Declared at math/compiletime.hpp:143
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.