diff options
author | 2008-07-22 19:58:40 +0000 | |
---|---|---|
committer | 2008-07-22 19:58:40 +0000 | |
commit | a11cc427e9945fb888e00f3c4651fe3eb78b9aba (patch) | |
tree | 357ad10cd73cc43fc94efbe4efe2f0aa19da2334 /lib/libm/src/k_cos.c | |
parent | Add another working cam reported by Jerome Pinot. (diff) | |
download | wireguard-openbsd-a11cc427e9945fb888e00f3c4651fe3eb78b9aba.tar.xz wireguard-openbsd-a11cc427e9945fb888e00f3c4651fe3eb78b9aba.zip |
remez -> Remes here, too. for consistency
Diffstat (limited to 'lib/libm/src/k_cos.c')
-rw-r--r-- | lib/libm/src/k_cos.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libm/src/k_cos.c b/lib/libm/src/k_cos.c index 5c7efc77122..eb662b7569d 100644 --- a/lib/libm/src/k_cos.c +++ b/lib/libm/src/k_cos.c @@ -27,7 +27,7 @@ static char rcsid[] = "$NetBSD: k_cos.c,v 1.8 1995/05/10 20:46:22 jtc Exp $"; * [0,pi/4] * 4 14 * cos(x) ~ 1 - x*x/2 + C1*x + ... + C6*x - * where the remez error is + * where the Remes error is * * | 2 4 6 8 10 12 14 | -58 * |cos(x)-(1-.5*x +C1*x +C2*x +C3*x +C4*x +C5*x +C6*x )| <= 2 |