summaryrefslogtreecommitdiff
path: root/mpfr/sin_cos.c
diff options
context:
space:
mode:
Diffstat (limited to 'mpfr/sin_cos.c')
-rw-r--r--mpfr/sin_cos.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/mpfr/sin_cos.c b/mpfr/sin_cos.c
index ef56d3732..d5bde86cd 100644
--- a/mpfr/sin_cos.c
+++ b/mpfr/sin_cos.c
@@ -15,7 +15,7 @@ or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public
License for more details.
You should have received a copy of the GNU Lesser General Public License
-along with the MPFR Library; see the file COPYING.LIB. If not, write to
+along with the MPFR Library; see the file COPYING. If not, write to
the Free Software Foundation, Inc., 59 Temple Place - Suite 330, Boston,
MA 02111-1307, USA. */
@@ -97,5 +97,3 @@ mpfr_sin_cos (mpfr_ptr y, mpfr_ptr z, mpfr_srcptr x, mp_rnd_t rnd_mode)
return inexact; /* inexact */
}
-
-