Automatic Differentiation
 
Loading...
Searching...
No Matches
sin.hpp File Reference

Go to the source code of this file.

Namespaces

namespace  stan
 The lgamma implementation in stan-math is based on either the reentrant safe lgamma_r implementation from C or the boost::math::lgamma implementation.
 
namespace  stan::math
 Matrices and templated mathematical functions.
 

Functions

var stan::math::sin (const var &a)
 Return the sine of a radian-scaled variable (cmath).
 
template<typename VarMat , require_var_matrix_t< VarMat > * = nullptr>
auto stan::math::sin (const VarMat &a)
 Return the sine of a radian-scaled variable (cmath).
 
std::complex< varstan::math::sin (const std::complex< var > &z)
 Return the sine of the complex argument.