-
Notifications
You must be signed in to change notification settings - Fork 4
RelNote20150215
SATO Mitsuhide edited this page Dec 31, 2015
·
2 revisions
- Add global variable PI, E.
- Add Integer::^
- Add Real::sin
- Add Real::cos
- Add Real::tan
- Add Real::asin
- Add Real::acos
- Add Real::atan
- Add Real::log
- Add Real::log10
- Add Real::exp
- Add Real::exp10
- Add Real::pow
- Fix Object::apply
- Co-routine stack overflow handling robustness (in progress).
- Interpriter using co-routine.
- Last command status saved in interp. For refered by "result :last" command.
- Add -lm link option at Makefile.
- Add cstack-release command for force release cstack slot.
- Add coro-id command.
- Add :last option to result command.
- Add REM command.
- C stack overflow signal handling change (in progress).