symja_java8-2020-12-26
Pre-release
Pre-release
axkr
released this
26 Dec 16:23
·
3189 commits
to master
since this release
Under Windows use
guisymja.bat
to run Symja as a web browser notebookguisymjamma.bat
to run Symja as a web browser notebook in Mathematica syntax modesymja.bat
to run Symja as a console appsymjamma.bat
to run Symja as a console in Mathematica syntax modejsonapi-server.bat
to run the JSON-API server
Main changes:
- [core, external] use new prime factorization from the java-math-library
TilmanNeumann/java-math-library#2 - [core] improved
MapAt
- [api] parse
plot(sin(x),(x,-10,10))
asPlot(Sin(x),{x,-10,10})
in fuzzy parser