Stan Math Library  2.14.0
reverse mode automatic differentiation
Namespaces | Functions
atan2.hpp File Reference
#include <stan/math/rev/core.hpp>
#include <cmath>
#include <valarray>

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, 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...
 

     [ Stan Home Page ] © 2011–2016, Stan Development Team.