Skip to content

Function sin2x

function sin2x(const T &, const T &) math

template <typename T>
KFR_INTRINSIC T sin2x(const T& sinx, const T& cosx)

Returns sin(2x) from already computed sin(x) and cos(x).

Template parameters
T Scalar or vector type.
Parameters
sinx Value of sin(x).
cosx Value of cos(x).
Returns
sin(2x).

Fully qualified name: kfr::sin2x(const T &, const T &)

Declared at math/sin_cos.hpp:236

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