Skip to content

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.

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

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

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