Skip to content

A mavenized and cleaned-up version of the java port of the yaCAS computer algebra system

License

Notifications You must be signed in to change notification settings

jrialland/java-yacas

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

yacas

A mavenized and cleaned-up version of the java port of the yaCAS computer algebra system, version 1.3.6 (http://yacas.sourceforge.net/homepage.html)

This project is published under the GNU GPL v2 License, as the work it is derived from.

Build Status Coverage Status

Sample usage :

    YacasInterpreter yacas = new YacasInterpreter();
    System.out.println(yacas.Evaluate("Taylor(x,0,5) Sin(x)")); // prints x-(x^3/6)+(x^5/120)

About

A mavenized and cleaned-up version of the java port of the yaCAS computer algebra system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages