CppAD: A C++ Algorithmic Differentiation Package 20110419
|
00001 /* $Id$ */ 00002 # ifndef CPPAD_MATH_OTHER_INCLUDED 00003 # define CPPAD_MATH_OTHER_INCLUDED 00004 00005 /* -------------------------------------------------------------------------- 00006 CppAD: C++ Algorithmic Differentiation: Copyright (C) 2003-06 Bradley M. Bell 00007 00008 CppAD is distributed under multiple licenses. This distribution is under 00009 the terms of the 00010 Common 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 00022 $index atan2, AD$$ 00023 00024 $index other, AD math$$ 00025 $index math, AD other$$ 00026 00027 $section Other AD Math Functions$$ 00028 00029 $children% 00030 cppad/local/abs.hpp% 00031 cppad/local/atan2.hpp% 00032 cppad/local/erf.hpp% 00033 cppad/local/pow.hpp 00034 %$$ 00035 $table 00036 $rref abs$$ 00037 $rref atan2$$ 00038 $rref erf$$ 00039 $rref pow$$ 00040 $tend 00041 00042 00043 $end 00044 */ 00045 00046 # include <cppad/local/abs.hpp> 00047 # include <cppad/local/atan2.hpp> 00048 # include <cppad/local/erf.hpp> 00049 # include <cppad/local/pow.hpp> 00050 00051 # endif