diff options
Diffstat (limited to 'gcc/ada/a-ngcefu.adb')
-rw-r--r-- | gcc/ada/a-ngcefu.adb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/a-ngcefu.adb b/gcc/ada/a-ngcefu.adb index d0e203d2780..2807a3e11b6 100644 --- a/gcc/ada/a-ngcefu.adb +++ b/gcc/ada/a-ngcefu.adb @@ -6,7 +6,7 @@ -- -- -- B o d y -- -- -- --- Copyright (C) 1992-2005, Free Software Foundation, Inc. -- +-- Copyright (C) 1992-2006, Free Software Foundation, Inc. -- -- -- -- GNAT is free software; you can redistribute it and/or modify it under -- -- terms of the GNU General Public License as published by the Free Soft- -- @@ -420,7 +420,7 @@ package body Ada.Numerics.Generic_Complex_Elementary_Functions is return Compose_From_Cartesian (Cos (Re (X)) * Cosh (Im (X)), - -Sin (Re (X)) * Sinh (Im (X))); + -(Sin (Re (X)) * Sinh (Im (X)))); end Cos; ---------- |