Doc: fix typos in the xGBEQUB description
authorChristoph Conrads <gitlab@christoph-conrads.name>
Mon, 26 Sep 2016 12:57:45 +0000 (14:57 +0200)
committerChristoph Conrads <gitlab@christoph-conrads.name>
Thu, 29 Sep 2016 15:01:43 +0000 (17:01 +0200)
SRC/cgbequb.f
SRC/dgbequb.f
SRC/sgbequb.f
SRC/zgbequb.f

index 7f63d0d..8b8db55 100644 (file)
@@ -49,7 +49,7 @@
 *> number of A but works well in practice.
 *>
 *> This routine differs from CGEEQU by restricting the scaling factors
-*> to a power of the radix.  Baring over- and underflow, scaling by
+*> to a power of the radix.  Barring over- and underflow, scaling by
 *> these factors introduces no additional rounding errors.  However, the
 *> scaled entries' magnitudes are no longer approximately 1 but lie
 *> between sqrt(radix) and 1/sqrt(radix).
index 92bc204..3f6e29a 100644 (file)
@@ -48,7 +48,7 @@
 *> number of A but works well in practice.
 *>
 *> This routine differs from DGEEQU by restricting the scaling factors
-*> to a power of the radix.  Baring over- and underflow, scaling by
+*> to a power of the radix.  Barring over- and underflow, scaling by
 *> these factors introduces no additional rounding errors.  However, the
 *> scaled entries' magnitudes are no longer approximately 1 but lie
 *> between sqrt(radix) and 1/sqrt(radix).
index 6c20ea7..b337529 100644 (file)
@@ -48,7 +48,7 @@
 *> number of A but works well in practice.
 *>
 *> This routine differs from SGEEQU by restricting the scaling factors
-*> to a power of the radix.  Baring over- and underflow, scaling by
+*> to a power of the radix.  Barring over- and underflow, scaling by
 *> these factors introduces no additional rounding errors.  However, the
 *> scaled entries' magnitudes are no longer approximately 1 but lie
 *> between sqrt(radix) and 1/sqrt(radix).
index 866f58e..f4da56d 100644 (file)
@@ -49,7 +49,7 @@
 *> number of A but works well in practice.
 *>
 *> This routine differs from ZGEEQU by restricting the scaling factors
-*> to a power of the radix.  Baring over- and underflow, scaling by
+*> to a power of the radix.  Barring over- and underflow, scaling by
 *> these factors introduces no additional rounding errors.  However, the
 *> scaled entries' magnitudes are no longer approximately 1 but lie
 *> between sqrt(radix) and 1/sqrt(radix).