资 源 简 介
javaCalc: an open-source Java calculus library by Duyun Chen and Seth Shannin
Introduction
Java is one of, if not the most common programming language taught today. Java is taught in high school through the AP curriculum and is also featured in many universities’ introductory computer science courses. As such, it is considered somewhat essential that the language be backed with the full functionality that could reasonably be expected of it even in these beginner level classes. The aim of this project is to fix one such deficiency, that of a lack of support for standard calculus-handling libraries in Java.
As previously indicated, Java is perhaps the most mainstream of all programming languages. Although it certainly has a huge library (both official and third-party) of available functionality, there is no freely available, let alone open source, package or library that introduces calculus functionality to Java.
Many developers currently use internal w