Skip to content

Function tandeg

function tandeg(const T1 &) math

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

Computes the tangent of the input (in degrees).

Template parameters
T1 The type of the input.
Parameters
x Input value in degrees.
Returns
The tangent of the input.

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

Declared at math/tan.hpp:53

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