Skip to content

Function cossindeg

function cossindeg(const T1 &) math

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

Returns the trigonometric cosine of the even elements and sine of the odd elements of x, where x is a vector of angles expressed in degrees.

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

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

Declared at math/sin_cos.hpp:199

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