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

◆ sin() [5/10]

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

Return the sine of the complex argument.

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

Definition at line 24 of file sin.hpp.