Important changes to repositories hosted on mbed.com
Mbed hosted mercurial repositories are deprecated and are due to be permanently deleted in July 2026.
To keep a copy of this software download the repository Zip archive or clone locally using Mercurial.
It is also possible to export all your personal repositories from the account settings page.
Diff: Optimize/Optimize.cpp
- Revision:
- 36:cac9785c91cb
- Parent:
- 32:b31423041c4e
- Child:
- 37:ba7ebf4f8a78
--- a/Optimize/Optimize.cpp	Wed Nov 23 02:40:31 2016 +0000
+++ b/Optimize/Optimize.cpp	Sun Nov 27 09:10:09 2016 +0000
@@ -30,7 +30,6 @@
     else {
         return s0 + s1 * (tau - TAU0);
     }
-
 }
 
 float acbrt(float x0) {