Automatic Differentiation
 
Loading...
Searching...
No Matches

◆ tan() [8/9]

template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::tan ( const VarMat &  a)
inline

Return the tangent of a radian-scaled variable (cmath).

Template Parameters
Varmata var_value with inner Eigen type
Parameters
aVariable for radians of angle.
Returns
Tangent of variable.

Definition at line 62 of file tan.hpp.