| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| Parent folder | |||
| symja_java8-2020-12-26.zip | 2020-12-26 | 76.3 MB | |
| README.md | 2020-12-26 | 944 Bytes | |
| symja_java8-2020-12-26 source code.tar.gz | 2020-12-26 | 85.5 MB | |
| symja_java8-2020-12-26 source code.zip | 2020-12-26 | 89.4 MB | |
| Totals: 4 Items | 251.1 MB | 0 | |
Under Windows use
* guisymja.bat to run Symja as a web browser notebook
* guisymjamma.bat to run Symja as a web browser notebook in Mathematica syntax mode
* symja.bat to run Symja as a console app
* symjamma.bat to run Symja as a console in Mathematica syntax mode
* jsonapi-server.bat to run the JSON-API server
Main changes:
- [core, external] use new prime factorization from the java-math-library
https://github.com/TilmanNeumann/java-math-library/issues/2
- [core] improved MapAt
- [api] parse plot(sin(x),(x,-10,10)) as Plot(Sin(x),{x,-10,10}) in fuzzy parser