From 35b0935943be3c6de893955a8e053a0c7a7138c1 Mon Sep 17 00:00:00 2001 From: Christian Bauer Date: Mon, 5 Apr 2004 20:29:12 +0000 Subject: [PATCH 1/1] documentation update --- NEWS | 3 +++ 1 file changed, 3 insertions(+) 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 -- 2.44.0