From e302e919e5c8329ae293f0ba5921c6dfce289beb Mon Sep 17 00:00:00 2001 From: Matthias Clasen Date: Thu, 8 Jul 2010 19:52:36 -0400 Subject: [PATCH] Remove dead links from the IEEE float documentation --- docs/reference/glib/tmpl/numerical.sgml | 46 ++++++++++++--------------------- 1 file changed, 16 insertions(+), 30 deletions(-) diff --git a/docs/reference/glib/tmpl/numerical.sgml b/docs/reference/glib/tmpl/numerical.sgml index 64d9800..30b7b54 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. - - -- 2.7.4