Group: trigonometric¶
A¶
functionkfr::generic::acos(const T1 &) Returns the arc cosine of x. The returned angle is in the range 0 through \(\pi\) .functionkfr::generic::asin(const T1 &) Returns the arc sine of x. The returned angle is in the range \(-\pi/2\) through \(\pi/2\) .
T¶
functionkfr::generic::tan(const T1 &) Computes the tangent of the input (in radians).functionkfr::generic::tandeg(const T1 &) Computes the tangent of the input (in degrees).