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

◆ sin() [8/9]

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

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

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

Definition at line 60 of file sin.hpp.