From ea5fdeea202700d76d43b8f1c9f41bd506d2601e Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Mon, 26 Jan 2015 19:08:07 -0600 Subject: [PATCH] Update ChangeLogs --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ChangeLog b/ChangeLog index 9ae410449a..52d1466b44 100755 --- a/ChangeLog +++ b/ChangeLog @@ -9521,3 +9521,6 @@ From Brennan Ashton (2015-01-26). * include/nuttx/math.h and libc/math/lib_erf*.c: Add error function to math library. From Brennan Ashton (2015-01-26). + * include/nuttx/math.h and libc/math: Add math library defines for + nan(), copysign(), and trunc() functions. From Brennan Ashton + (2015-01-26).