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

◆ sin() [5/9]

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

Return the sine of the complex argument.

Vectorized version of sin().

Template Parameters
VArithmetic argument
Parameters
[in]xargument
Returns
sine of the argument
Template Parameters
Vcomplex<Arithmetic> argument
Parameters
[in]xargument
Returns
sine of the argument
Template Parameters
Containertype of container
Parameters
xangles in radians
Returns
Sine of each value in x.

Definition at line 24 of file sin.hpp.