From a495b2cb033104424987955217647d8e921d490f Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Fri, 6 Jun 2003 21:20:34 +0000 Subject: [PATCH] Correct the documentation for G_MINFLOAT and G_MINDOUBLE. (#114513, * glib/tmpl/limits.sgml: Correct the documentation for G_MINFLOAT and G_MINDOUBLE. (#114513, Christophe Fergeau) --- docs/reference/ChangeLog | 3 +++ docs/reference/glib/tmpl/limits.sgml | 13 ++++++++++--- 2 files changed, 13 insertions(+), 3 deletions(-) diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index 890efa97..89b37b96 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,8 @@ 2003-06-06 Matthias Clasen + * glib/tmpl/limits.sgml: Correct the documentation for + G_MINFLOAT and G_MINDOUBLE. (#114513, Christophe Fergeau) + * glib/glib-sections.txt: Add g_vasprintf(). * glib/tmpl/string_utils.sgml: Add a hint about g_vasprintf() to diff --git a/docs/reference/glib/tmpl/limits.sgml b/docs/reference/glib/tmpl/limits.sgml index 684c5ba6..a82ba7cf 100644 --- a/docs/reference/glib/tmpl/limits.sgml +++ b/docs/reference/glib/tmpl/limits.sgml @@ -101,9 +101,12 @@ The maximum value which can be held in a #guint64. -The minimum value which can be held in a #gfloat. +The minimum positive value which can be held in a #gfloat. + + +If you are interested in the smallest value which can be held in a #gfloat, +use -G_MAX_FLOAT. - @@ -115,7 +118,11 @@ The maximum value which can be held in a #gfloat. -The minimum value which can be held in a #gdouble. +The minimum positive value which can be held in a #gdouble. + + +If you are interested in the smallest value which can be held in a #gdouble, +use -G_MAX_DOUBLE. -- 2.34.1