unleashed-firmware/applications/system/js_app/modules
WillyJL c673b53e21
JS: Add math module (#3598)
* JS: Add math module
* Double constants
* Error on argument type mismatch
* Fix missing returns
* Using sin, exp from c library
* asin, acos, pow, sqrt too
* Js: tests for math module and various fixes.

Co-authored-by: あく <alleteam@gmail.com>
Co-authored-by: nminaylov <nm29719@gmail.com>
2024-05-17 17:45:40 +01:00
..
js_badusb.c Adding F13-F24 function key support to BadUSB (#3468) 2024-03-21 06:45:16 +09:00
js_dialog.c [FL-3579, FL-3601, FL-3714] JavaScript runner (#3286) 2024-02-12 15:54:32 +07:00
js_flipper.c [FL-3579, FL-3601, FL-3714] JavaScript runner (#3286) 2024-02-12 15:54:32 +07:00
js_flipper.h [FL-3579, FL-3601, FL-3714] JavaScript runner (#3286) 2024-02-12 15:54:32 +07:00
js_math.c JS: Add math module (#3598) 2024-05-17 17:45:40 +01:00
js_notification.c [FL-3579, FL-3601, FL-3714] JavaScript runner (#3286) 2024-02-12 15:54:32 +07:00
js_serial.c JS serial module renamed, uart channel selection (#3445) 2024-02-13 10:04:27 +07:00
js_submenu.c JS: Add submenu module (#3601) 2024-05-16 18:55:08 +01:00