X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=NEWS;h=7760f40e55bbecb9f1e186048fa95b0769b115bb;hp=db9c346f0b4bb0a8c3373ee7504149b5adcb08b4;hb=35b0935943be3c6de893955a8e053a0c7a7138c1;hpb=aa9ad5fb897fdab4ac57c1f24e2a9945a4413013 diff --git a/NEWS b/NEWS index db9c346f..7760f40e 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,9 @@ This file records noteworthy changes. 1.3.0 () +* 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 template class for the easy creation of user-defined