qucchia
|
ff3fc6dcdf
|
Fix minor typos
|
2022-07-22 11:48:00 +02:00 |
|
Gordon Williams
|
62d9ed7605
|
Add __aeabi_dsub replacement to save more space on Microbit1
|
2021-04-13 16:01:43 +01:00 |
|
Gordon Williams
|
996a7ee542
|
Fix Math.acos for negative values (fix #1950)
|
2020-10-26 10:07:51 +00:00 |
|
Gordon Williams
|
aa2c58a838
|
Add sanity checks for #1619
|
2019-02-19 10:50:30 +00:00 |
|
Gordon Williams
|
9387f9c34a
|
On devices with low flash, ensure atan2 uses the slower/smaller atan implementation
|
2018-09-26 16:06:58 +01:00 |
|
Gordon Williams
|
03f929e3e4
|
Fix Math.round for numbers > 32 bit (fix #1485)
|
2018-08-07 17:30:12 +01:00 |
|
Gordon Williams
|
04b2498628
|
Added SAVE_ON_FLASH_EXTREME for HYSTM32_28, where we're now cutting out some Math.X functionality to keep builds going
|
2018-02-10 09:27:51 +00:00 |
|
Gordon Williams
|
da2dc33d46
|
1v95 release! Also some minor tweaks to get Original Espruino board firmware sizes down enough
|
2017-12-15 11:51:18 +00:00 |
|
Gordon Williams
|
0fe025fbaa
|
tweak docs
|
2017-09-11 11:42:53 +01:00 |
|
Gordon Williams
|
f5f9b41160
|
fix accidental renaming of 'random' from79e42fe699d22a7804357eb40f7c784d4f7a3ca0
|
2016-11-29 20:12:02 +01:00 |
|
Gordon Williams
|
79e42fe699
|
oops - actually overwrite existing rand implementation so that WIZNET builds don't include the wrong one
|
2016-11-22 08:53:32 +00:00 |
|
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 |
|