Skip to content

Function sincos

function sincos(const T1 &) math

template <numeric T1>
KFR_FUNCTION flt_type<T1> sincos(const T1& x)

Returns the trigonometric sine of the even elements of x and cosine of the odd elements.

Template parameters
T1 Vector type with at least two elements.
Parameters
x Vector of angles in radians.
Returns
Vector with interleaved sine/cosine values.

Fully qualified name: kfr::sincos(const T1 &)

Declared at math/sin_cos.hpp:103

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