Gordon Williams
|
a4039f556f
|
Re-add Espruino's old rand function (so no malloc, and ~1kB RAM, ~3kB ROM saved)
|
2016-11-21 17:41:59 +00:00 |
|
Gordon Williams
|
da5ad83ebf
|
use espruino-provided sqrt
|
2016-03-04 12:47:31 +00:00 |
|
Gordon Williams
|
9781bacee8
|
Remove Espruino's built-in strcpy/etc
Remove Espruino's built-in maths
Add basic Taylor series sin and atan for when we're trying to save memory
|
2016-03-04 12:37:35 +00:00 |
|
Gordon Williams
|
933d14a988
|
refactor comments
|
2014-09-11 13:38:48 +01:00 |
|
Gordon Williams
|
204ab7ae0b
|
big refactor - merge Array and Object Iterators, as they do the same thing
|
2014-08-08 13:40:51 +01:00 |
|
Gordon Williams
|
47b6bb6035
|
refactoring - move iterators to their own file
|
2014-08-08 13:28:49 +01:00 |
|
Gordon Williams
|
31f5aca111
|
Fix mod operator with NaN/Infinity (fix #315)
|
2014-08-01 14:30:27 +01:00 |
|
Gordon Williams
|
709d033451
|
remove Double.doubleToIntBits (not standard and you can now use Typed Arrays), and add placeholders for objects that were not previously documented
|
2014-07-14 12:20:48 +01:00 |
|
Gordon Williams
|
1929eb4495
|
Improve Math.pow accuracy for small integer powers (fix #374)
|
2014-05-21 10:01:37 +01:00 |
|
Gordon Williams
|
c87697c231
|
Save memory on Olimexino boards by removing LFN support
|
2014-05-15 15:08:22 +01:00 |
|
Gordon Williams
|
0ca5d29562
|
refactoring libraries
|
2014-05-14 15:13:29 +01:00 |
|