Go to the source code of this file.
|
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, 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 (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...
|
|