Function sincosdeg¶
function sincosdeg(const T1 &) math¶
Returns the trigonometric sine of the even elements and cosine of the odd elements of x, where x is a vector of angles expressed in degrees.
| T1 | Vector type with at least two elements. |
| x | Vector of angles in degrees. |
| Vector with interleaved sine/cosine values. |
Fully qualified name: kfr::sincosdeg(const T1 &)
Declared at math/sin_cos.hpp:185
This file was generated by cxxdox, a C++ documentation generator based on MkDocs Material and libclang.