summaryrefslogtreecommitdiffstats
path: root/lib/libm/noieee_src
diff options
context:
space:
mode:
authormartynas <martynas@openbsd.org>2008-07-22 19:58:40 +0000
committermartynas <martynas@openbsd.org>2008-07-22 19:58:40 +0000
commita11cc427e9945fb888e00f3c4651fe3eb78b9aba (patch)
tree357ad10cd73cc43fc94efbe4efe2f0aa19da2334 /lib/libm/noieee_src
parentAdd another working cam reported by Jerome Pinot. (diff)
downloadwireguard-openbsd-a11cc427e9945fb888e00f3c4651fe3eb78b9aba.tar.xz
wireguard-openbsd-a11cc427e9945fb888e00f3c4651fe3eb78b9aba.zip
remez -> Remes here, too. for consistency
Diffstat (limited to 'lib/libm/noieee_src')
-rw-r--r--lib/libm/noieee_src/n_exp__E.c4
-rw-r--r--lib/libm/noieee_src/n_log__L.c4
2 files changed, 4 insertions, 4 deletions
diff --git a/lib/libm/noieee_src/n_exp__E.c b/lib/libm/noieee_src/n_exp__E.c
index 5f7e799bff7..cd08d0e338a 100644
--- a/lib/libm/noieee_src/n_exp__E.c
+++ b/lib/libm/noieee_src/n_exp__E.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: n_exp__E.c,v 1.8 2008/07/18 13:08:58 martynas Exp $ */
+/* $OpenBSD: n_exp__E.c,v 1.9 2008/07/22 19:58:40 martynas Exp $ */
/* $NetBSD: n_exp__E.c,v 1.1 1995/10/10 23:36:45 ragge Exp $ */
/*
* Copyright (c) 1985, 1993
@@ -69,7 +69,7 @@ static char sccsid[] = "@(#)exp__E.c 8.1 (Berkeley) 6/4/93";
* and cosh :
* sinh(r/2) = r/2 + r * P , cosh(r/2) = 1 + Q . )
*
- * The coefficients were obtained by a special Remez algorithm.
+ * The coefficients were obtained by a special Remes algorithm.
*
* Approximation error:
*
diff --git a/lib/libm/noieee_src/n_log__L.c b/lib/libm/noieee_src/n_log__L.c
index efd7adac9dc..c28a0268dbc 100644
--- a/lib/libm/noieee_src/n_log__L.c
+++ b/lib/libm/noieee_src/n_log__L.c
@@ -1,4 +1,4 @@
-/* $OpenBSD: n_log__L.c,v 1.6 2008/06/21 08:26:19 martynas Exp $ */
+/* $OpenBSD: n_log__L.c,v 1.7 2008/07/22 19:58:40 martynas Exp $ */
/* $NetBSD: n_log__L.c,v 1.1 1995/10/10 23:37:01 ragge Exp $ */
/*
* Copyright (c) 1985, 1993
@@ -53,7 +53,7 @@ static char sccsid[] = "@(#)log__L.c 8.1 (Berkeley) 6/4/93";
* z*(L1 + z*(L2 + z*(... (L7 + z*L8)...)))
*
* where z=s*s. (See the listing below for Lk's values.) The
- * coefficients are obtained by a special Remez algorithm.
+ * coefficients are obtained by a special Remes algorithm.
*
* Accuracy:
* Assuming no rounding error, the maximum magnitude of the approximation