![]() |
Stan Math Library
2.6.3
probability, sampling & optimization
|
Go to the source code of this file.
Namespaces | |
stan | |
stan::math | |
Matrices and templated mathematical functions. | |
Functions | |
var | stan::math::atan2 (const var &a, const var &b) |
Return the principal value of the arc tangent, in radians, of the first variable divided by the second (cmath). More... | |
var | stan::math::atan2 (const var &a, const double b) |
Return the principal value of the arc tangent, in radians, of the first variable divided by the second scalar (cmath). More... | |
var | stan::math::atan2 (const double a, const var &b) |
Return the principal value of the arc tangent, in radians, of the first scalar divided by the second variable (cmath). More... | |