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