diff options
author | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-22 19:58:41 +0000 |
---|---|---|
committer | Martynas Venckus <martynas@cvs.openbsd.org> | 2008-07-22 19:58:41 +0000 |
commit | b1f45deaa5e3d4960b8e282263f6f1e4247c1f41 (patch) | |
tree | 261a51834659619e61d9995db9686b7c03b9d515 /lib/libm/noieee_src/n_log__L.c | |
parent | 94f28937d6f068af9b54bfec937e7fc79ea913f0 (diff) |
remez -> Remes here, too. for consistency
Diffstat (limited to 'lib/libm/noieee_src/n_log__L.c')
-rw-r--r-- | lib/libm/noieee_src/n_log__L.c | 4 |
1 files changed, 2 insertions, 2 deletions
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 |