function tandeg(const T1 &) trigonometric¶
template <numeric T1>
KFR_FUNCTION flt_type<T1> tandeg(const T1& x) Computes the tangent of the input (in degrees).
| T1 | The type of the input. |
| x | Input value in degrees. |
| The tangent of the input. |
Defined at math/tan.hpp:56