[Gnucash-changes] deprecate the gnc_numeric documentation

Linas Vepstas linas at cvs.gnucash.org
Sat Jun 26 23:56:12 EDT 2004


Log Message:
-----------
deprecate the gnc_numeric documentation

Modified Files:
--------------
    gnucash/src/doc/design:
        engine.texinfo

Revision Data
-------------
Index: engine.texinfo
===================================================================
RCS file: /home/cvs/cvsroot/gnucash/src/doc/design/engine.texinfo,v
retrieving revision 1.48
retrieving revision 1.49
diff -Lsrc/doc/design/engine.texinfo -Lsrc/doc/design/engine.texinfo -u -r1.48 -r1.49
--- src/doc/design/engine.texinfo
+++ src/doc/design/engine.texinfo
@@ -404,6 +404,10 @@
 @cindex Numeric Library
 @tindex gnc_numeric
 
+=============== The documentation below for gnc_numeric is obsolete
+  and has been superseeded by the gnc_numeric docs in the header file.
+=========================================
+
 Financial quantities in GnuCash (Split quantities and values) are stored
 as exact quantities measured in the smallest denominational unit of the
 appropriate currency. For example, 100.50 US Dollars would be stored as
@@ -441,6 +445,10 @@
 @subsection Standard Numeric Arguments
 @cindex Standard Numeric Arguments
 
+=============== The documentation below for gnc_numeric is obsolete
+  and has been superseeded by the gnc_numeric docs in the header file.
+=========================================
+
 It is useful to specify a denominator in cases where it is known that
 the output value is of constrained precision. For example, monetary
 transactions must be executed in an integer number of the "smallest
@@ -467,10 +475,6 @@
 @item GNC_DENOM_RECIPROCAL (n)
 Use the value @code{1/n} as the denominator of the output value.
 
- at item GNC_DENOM_SIGFIGS (n)
-Use a value for the denominator that will keep at least @code{n}
-significant figures in the result.
-
 @item GNC_DENOM_AUTO
 Compute an appropriate denominator automatically. Flags in the @var{how}
 argument will specify how to compute the denominator.
@@ -554,6 +558,10 @@
 Round to the number of significant figures given in the rounding
 instructions by the GNC_DENOM_SIGFIGS () macro.
 
+ at item GNC_DENOM_SIGFIGS (n)
+Use a value for the denominator that will keep at least @code{n}
+significant figures in the result.
+
 @end table
 
 
@@ -569,6 +577,11 @@
 
 
 @node Creating Numeric Objects, Basic Arithmetic Operations, Standard Numeric Arguments, Numeric Library
+
+=============== The documentation below for gnc_numeric is obsolete
+  and has been superseeded by the gnc_numeric docs in the header file.
+=========================================
+
 @subsection Creating Numeric Objects
 @cindex Creating Numeric Objects
 
@@ -691,6 +704,10 @@
 
 
 @node Numeric Denominator Conversion, Numeric Floating Point Conversion, Numeric Comparisons and Predicates, Numeric Library
+=============== The documentation below for gnc_numeric is obsolete
+  and has been superseeded by the gnc_numeric docs in the header file.
+=========================================
+
 @subsection Numeric Denominator Conversion
 @cindex Numeric Denominator Conversion
 
@@ -780,6 +797,10 @@
 @subsection Numeric Example
 @cindex Numeric Example
 
+=============== The documentation below for gnc_numeric is obsolete
+  and has been superseeded by the gnc_numeric docs in the header file.
+=========================================
+
 The following program finds the best @code{gnc_numeric} approximation to
 the @file{math.h} constant @code{M_PI} given a maximum denominator. For
 large denominators, the @code{gnc_numeric} approximation is accurate to


More information about the gnucash-changes mailing list