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 e54cee481d0d1..4367256ced65c 100644 --- a/lib/msun/i387/e_acos.S +++ b/lib/msun/i387/e_acos.S @@ -35,7 +35,7 @@ #include <machine/asmacros.h> -RCSID("$Id: e_acos.S,v 1.5 1997/02/22 15:08:43 peter Exp $") +RCSID("$Id: e_acos.S,v 1.2.8.1 1997/03/03 14:17:17 bde Exp $") /* * acos(x) = atan2(sqrt(1 - x^2, x). |