CppAD: A C++ Algorithmic Differentiation Package  20130102
math_other.hpp
Go to the documentation of this file.
00001 /* $Id$ */
00002 # ifndef CPPAD_MATH_OTHER_INCLUDED
00003 # define CPPAD_MATH_OTHER_INCLUDED
00004 
00005 /* --------------------------------------------------------------------------
00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-12 Bradley M. Bell
00007 
00008 CppAD is distributed under multiple licenses. This distribution is under
00009 the terms of the 
00010                     Eclipse Public License Version 1.0.
00011 
00012 A copy of this license is included in the COPYING file of this distribution.
00013 Please visit http://www.coin-or.org/CppAD/ for information on other licenses.
00014 -------------------------------------------------------------------------- */
00015 
00016 /*
00017 $begin MathOther$$
00018 $spell
00019      atan
00020 $$
00021 $index other, AD math$$
00022 $index math, AD other$$
00023 $index AD, other math$$
00024 
00025 $section Other AD Math Functions$$
00026 
00027 $childtable%
00028      cppad/local/abs.hpp%
00029      cppad/local/sign.hpp%
00030      cppad/local/atan2.hpp%
00031      cppad/local/erf.hpp%
00032      cppad/local/pow.hpp%
00033      cppad/local/limits.hpp
00034 %$$
00035 
00036 $end
00037 */
00038 
00039 # include <cppad/local/abs.hpp>
00040 # include <cppad/local/sign.hpp>
00041 # include <cppad/local/atan2.hpp>
00042 # include <cppad/local/erf.hpp>
00043 # include <cppad/local/pow.hpp>
00044 
00045 # endif
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines