diff options
Diffstat (limited to 'lib/msun/i387/e_acos.S')
| -rw-r--r-- | lib/msun/i387/e_acos.S | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/msun/i387/e_acos.S b/lib/msun/i387/e_acos.S index 8dfde9d3cf9d..b98f3c76ec9c 100644 --- a/lib/msun/i387/e_acos.S +++ b/lib/msun/i387/e_acos.S @@ -35,7 +35,7 @@ #include <machine/asm.h> -RCSID("$Id: e_acos.S,v 1.2.8.3 1997/12/09 14:42:53 steve Exp $") +RCSID("$Id: e_acos.S,v 1.2.8.4 1997/12/28 19:40:53 steve Exp $") /* * acos(x) = atan2(sqrt(1 - x^2, x). |
