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

◆ sin() [6/10]

template<typename T , require_ad_container_t< T > * = nullptr>
auto stan::math::sin ( const T &  x)
inline

Vectorized version of sin().

Template Parameters
Containertype of container
Parameters
xangles in radians
Returns
Sine of each value in x.

Definition at line 62 of file sin.hpp.