diff --git a/docs/reference/glib/tmpl/numerical.sgml b/docs/reference/glib/tmpl/numerical.sgml
index 64d9800f1..30b7b5427 100644
--- a/docs/reference/glib/tmpl/numerical.sgml
+++ b/docs/reference/glib/tmpl/numerical.sgml
@@ -13,56 +13,45 @@ versions always exist.
The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the
- sign, mantissa and exponent of IEEE floats and doubles. These
- unions are defined as appropriate for a given platform.
- IEEE floats and doubles are supported (used for
- storage) by at least Intel, PPC and Sparc, for reference: http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html
-
-
-
-
-http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html
+sign, mantissa and exponent of IEEE floats and doubles. These unions are
+defined as appropriate for a given platform. IEEE floats and doubles are
+supported (used for storage) by at least Intel, PPC and Sparc. See
+IEEE 754-2008
+for more information about IEEE number formats.
-
-
-
-See http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html
+The bias by which exponents in single-precision floats are offset.
-See http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html
+The bias by which exponents in double-precision floats are offset.
-The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the
- sign, mantissa and exponent of IEEE floats and doubles. These
- unions are defined as appropriate for a given platform.
- IEEE floats and doubles are supported (used for
- storage) by at least Intel, PPC and Sparc, for reference:
-http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html
+The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the sign,
+mantissa and exponent of IEEE floats and doubles. These unions are defined
+as appropriate for a given platform. IEEE floats and doubles are supported
+(used for storage) by at least Intel, PPC and Sparc.
-The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the
- sign, mantissa and exponent of IEEE floats and doubles. These
- unions are defined as appropriate for a given platform.
- IEEE floats and doubles are supported (used for
- storage) by at least Intel, PPC and Sparc, for reference:
-http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html
+The #GFloatIEEE754 and #GDoubleIEEE754 unions are used to access the sign,
+mantissa and exponent of IEEE floats and doubles. These unions are defined
+as appropriate for a given platform. IEEE floats and doubles are supported
+(used for storage) by at least Intel, PPC and Sparc.
@@ -117,9 +106,6 @@ The square root of two.
-Used for fooling around with float formats, see
-http://cch.loria.fr/documentation/IEEE754/numerical_comp_guide/ncg_math.doc.html
+Multiplying the base 2 exponent by this number yields the base 10 exponent.
-
-