mirror of
				https://gitlab.gnome.org/GNOME/glib.git
				synced 2025-11-04 10:08:56 +01:00 
			
		
		
		
	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)
This commit is contained in:
		@@ -1,3 +1,8 @@
 | 
			
		||||
2003-06-06  Matthias Clasen  <maclas@gmx.de>
 | 
			
		||||
 | 
			
		||||
	* glib/tmpl/limits.sgml: Correct the documentation for
 | 
			
		||||
	G_MINFLOAT and G_MINDOUBLE.  (#114513, Christophe Fergeau)
 | 
			
		||||
 | 
			
		||||
2003-05-28  Matthias Clasen  <maclas@gmx.de>
 | 
			
		||||
 | 
			
		||||
	* glib/tmpl/string_utils.sgml: Document that g_strdup() and
 | 
			
		||||
 
 | 
			
		||||
@@ -101,9 +101,12 @@ The maximum value which can be held in a #guint64.
 | 
			
		||||
 | 
			
		||||
<!-- ##### MACRO G_MINFLOAT ##### -->
 | 
			
		||||
<para>
 | 
			
		||||
The minimum value which can be held in a #gfloat.
 | 
			
		||||
The minimum positive value which can be held in a #gfloat.
 | 
			
		||||
</para>
 | 
			
		||||
<para>
 | 
			
		||||
If you are interested in the smallest value which can be held in a #gfloat,
 | 
			
		||||
use -G_MAX_FLOAT.
 | 
			
		||||
</para>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
<!-- ##### MACRO G_MAXFLOAT ##### -->
 | 
			
		||||
@@ -115,7 +118,11 @@ The maximum value which can be held in a #gfloat.
 | 
			
		||||
 | 
			
		||||
<!-- ##### MACRO G_MINDOUBLE ##### -->
 | 
			
		||||
<para>
 | 
			
		||||
The minimum value which can be held in a #gdouble.
 | 
			
		||||
The minimum positive value which can be held in a #gdouble.
 | 
			
		||||
</para>
 | 
			
		||||
<para>
 | 
			
		||||
If you are interested in the smallest value which can be held in a #gdouble,
 | 
			
		||||
use -G_MAX_DOUBLE.
 | 
			
		||||
</para>
 | 
			
		||||
 | 
			
		||||
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user