mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-20 09:17:23 +01:00
28df37813caaefcbc71c9237119326e8bb36fb5d
The recursive adaptiveQuadrature() function is initially called with the maximum number of recursion levels to perform, so adaptiveQuadrature() should decrement numberOfRecursions at each recursion level. When adaptiveQuadrature() needs to recurse, it splits the interval in two, calculates the integral for each half by calling itself recursively, and adds the result from each half. However, it then ignores this result and returns NAN because it is checking a stale quadKG.absoluteError value. Rearrange the code to avoid that.
Epsilon is a high-performance graphing calculator operating system. It includes eight apps that cover the high school mathematics curriculum.
You can try Epsilon straight from your browser in the online simulator.
Diving in
We highly recommend you start by reading the online documentation for this project. You'll learn about:
- Installing the SDK
- The design decisions that were made
- The overall software architecture of the firmware
Contributing
If you run into an issue, we would be very happy if you would file a bug on the issue tracker.
We welcome contributions. For smaller changes just open a pull request straight away. For larger changes we recommend you open an issue first for discussion.
License
NumWorks Epsilon is released under a CC BY-NC-ND License. NumWorks is a registered trade mark.
Description
Languages
C++
60.3%
C
31.1%
Python
3.4%
Java
1.9%
Makefile
1.6%
Other
1.5%