]> www.ginac.de Git - ginac.git/commitdiff
documentation update
authorChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 5 Apr 2004 20:29:12 +0000 (20:29 +0000)
committerChristian Bauer <Christian.Bauer@uni-mainz.de>
Mon, 5 Apr 2004 20:29:12 +0000 (20:29 +0000)
NEWS

diff --git a/NEWS b/NEWS
index db9c346f0b4bb0a8c3373ee7504149b5adcb08b4..7760f40e55bbecb9f1e186048fa95b0769b115bb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,9 @@
 This file records noteworthy changes.
 
 1.3.0 (<insert date>)
 This file records noteworthy changes.
 
 1.3.0 (<insert date>)
+* Fixed infinite recursion in atan2_evalf() and improved atan2_eval().
+* Added automatic evaluations for trigonometric functions with negative
+  arguments (e.g. sin(-2) -> -sin(2)).
 
 1.2.0 (19 March 2004)
 * Added a structure<T> template class for the easy creation of user-defined
 
 1.2.0 (19 March 2004)
 * Added a structure<T> template class for the easy creation of user-defined