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

◆ tan() [5/9]

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

Return the tangent of the arithmetic argument.

Return the tangent of the complex argument.

Template Parameters
Vvalue type of argument
Parameters
[in]xargument
Returns
tangent of the argument
Template Parameters
V`complex<Arithmetic> argument
Parameters
[in]xargument
Returns
tangent of the argument

Definition at line 24 of file tan.hpp.