From d3367c5f5d3ddcc6824d8f41c4cf179f9a5588f8 Mon Sep 17 00:00:00 2001 From: schweikh Date: Wed, 1 Jan 2003 18:49:04 +0000 Subject: Correct typos, mostly s/ a / an / where appropriate. Some whitespace cleanup, especially in troff files. --- lib/msun/src/k_tan.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/msun/src/k_tan.c') diff --git a/lib/msun/src/k_tan.c b/lib/msun/src/k_tan.c index 7da811f..bb7770d 100644 --- a/lib/msun/src/k_tan.c +++ b/lib/msun/src/k_tan.c @@ -24,7 +24,7 @@ static char rcsid[] = "$FreeBSD$"; * Algorithm * 1. Since tan(-x) = -tan(x), we need only to consider positive x. * 2. if x < 2^-28 (hx<0x3e300000 0), return x with inexact if x!=0. - * 3. tan(x) is approximated by a odd polynomial of degree 27 on + * 3. tan(x) is approximated by an odd polynomial of degree 27 on * [0,0.67434] * 3 27 * tan(x) ~ x + T1*x + ... + T13*x -- cgit v1.1