]>
Dogcows Code - chaz/yoink/blob - src/cml/mathlib/epsilon.h
1 /* -*- C++ -*- ------------------------------------------------------------
3 Copyright (c) 2007 Jesse Anders and Demian Nave http://cmldev.net/
5 The Configurable Math Library (CML) is distributed under the terms of the
6 Boost Software License, v1.0 (see cml/LICENSE for details).
8 *-----------------------------------------------------------------------*/
18 /* @todo: epsilon and tolerance handling.
20 * @note This is a placeholder for a more sophisticated epsilon/tolerance
24 template < typename Real
>
27 typedef Real value_type
;
31 /** For convenience */
36 static T
placeholder() {
37 /* Completely arbitrary placeholder value: */
This page took 0.033747 seconds and 4 git commands to generate.