lines 10-40 of file: include/cppad/core/epsilon.hpp

{xrst_begin epsilon app}

Machine Epsilon For AD Types
############################

Deprecated 2012-06-17
*********************
This routine has been deprecated.
You should use the :ref:`numeric_limits-name` ``epsilon`` instead.

Syntax
******
*eps* = ``epsilon`` < *Float* >()

Purpose
*******
Obtain the value of machine epsilon corresponding
to the type *Float* .

Float
*****
this type can either be ``AD`` < *Base* > ,
or it can be *Base* for any ``AD`` < *Base* > type.

eps
***
The result *eps* has prototype

   *Float* ``eps``

{xrst_end epsilon}
