Go to the source code of this file.
 | 
|   | CppAD | 
|   | contains all the variables and functions defined by the CppAD package. 
  | 
|   | 
 | 
| float  | CppAD::atan2 (float x, float y) | 
|   | 
| double  | CppAD::atan2 (double x, double y) | 
|   | 
| template<class Base >  | 
| AD< Base >  | CppAD::atan2 (const AD< Base > &y, const AD< Base > &x) | 
|   | 
| template<class Base >  | 
| AD< Base >  | CppAD::atan2 (const VecAD_reference< Base > &y, const AD< Base > &x) | 
|   | 
| template<class Base >  | 
| AD< Base >  | CppAD::atan2 (const AD< Base > &y, const VecAD_reference< Base > &x) | 
|   | 
| template<class Base >  | 
| AD< Base >  | CppAD::atan2 (const VecAD_reference< Base > &y, const VecAD_reference< Base > &x) | 
|   |