mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-07-22 18:07:54 +02:00
Correct the initial minimal value to be -G_MAXFLOAT. The initial values
2004-04-15 Matthias Clasen <mclasen@redhat.com> * gparamspecs.c (param_float_init): Correct the initial minimal value to be -G_MAXFLOAT. The initial values were inconsistant before, with the initial default being smaller than the inital minimum. (param_double_init): Correct the initial minimal value to be -G_MAXDOUBLE. * glib/tmpl/types.sgml: Correct the description of the gfloat and gdouble ranges.
This commit is contained in:
committed by
Matthias Clasen
parent
f4d9fcd8d4
commit
ae0c9d95bb
@@ -1,3 +1,8 @@
|
||||
2004-04-15 Matthias Clasen <mclasen@redhat.com>
|
||||
|
||||
* glib/tmpl/types.sgml: Correct the description of the
|
||||
gfloat and gdouble ranges.
|
||||
|
||||
Tue Mar 16 12:06:09 2004 Owen Taylor <otaylor@redhat.com>
|
||||
|
||||
* === Released 2.4.0 ===
|
||||
|
@@ -194,14 +194,14 @@ This macro is used to insert 64-bit integer literals into the source code.
|
||||
<!-- ##### TYPEDEF gfloat ##### -->
|
||||
<para>
|
||||
Corresponds to the standard C <type>float</type> type.
|
||||
Values of this type can range from #G_MINFLOAT to #G_MAXFLOAT.
|
||||
Values of this type can range from -#G_MAXFLOAT to #G_MAXFLOAT.
|
||||
</para>
|
||||
|
||||
|
||||
<!-- ##### TYPEDEF gdouble ##### -->
|
||||
<para>
|
||||
Corresponds to the standard C <type>double</type> type.
|
||||
Values of this type can range from #G_MINDOUBLE to #G_MAXDOUBLE.
|
||||
Values of this type can range from -#G_MAXDOUBLE to #G_MAXDOUBLE.
|
||||
</para>
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user