Function fastsindeg¶
function fastsindeg(const T1 &) math¶
Returns a fast (lower-precision) approximation of the trigonometric sine of the angle expressed in degrees.
| T1 | Scalar or vector type. Integer arguments are promoted to a floating-point type. |
| x | Angle in degrees. |
Approximate sine of x, in the same floating-point type as x (or its element type for vectors). |
Fully qualified name: kfr::fastsindeg(const T1 &)
Declared at math/sin_cos.hpp:157
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.