diff --git a/nuttx/ChangeLog b/nuttx/ChangeLog index bb73136c1..95d4b9f63 100644 --- a/nuttx/ChangeLog +++ b/nuttx/ChangeLog @@ -590,4 +590,5 @@ 0.3.20 2008-xx-xx Gregory Nutt * Initial release of a tiny windowing system for NuttX (not well tested at initial check-in) + * Add fixed precision sin() and cos() (not well tested at initial check-in) diff --git a/nuttx/Documentation/NuttX.html b/nuttx/Documentation/NuttX.html index 0fdedd3db..6dcce8b58 100644 --- a/nuttx/Documentation/NuttX.html +++ b/nuttx/Documentation/NuttX.html @@ -1206,6 +1206,7 @@ buildroot-0.1.2 2007-11-06 <spudmonkey@racsa.co.cr>