https://github.com/genevas/companioncubecalculator
A mathematical tool which determines the range of a user-specified function given the domains of the function's variables. The calculations are performed using interval arithmetic.
https://github.com/genevas/companioncubecalculator
csharp-code documented equation-solver expression-parser expression-tree latex-document mathematical-expressions scientific-computing
Last synced: 2 months ago
JSON representation
A mathematical tool which determines the range of a user-specified function given the domains of the function's variables. The calculations are performed using interval arithmetic.
- Host: GitHub
- URL: https://github.com/genevas/companioncubecalculator
- Owner: GenevaS
- License: gpl-3.0
- Created: 2017-09-08T14:44:56.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2023-04-10T15:54:00.000Z (over 3 years ago)
- Last Synced: 2025-01-13T02:32:35.104Z (over 1 year ago)
- Topics: csharp-code, documented, equation-solver, expression-parser, expression-tree, latex-document, mathematical-expressions, scientific-computing
- Language: C#
- Homepage:
- Size: 9.16 MB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
## The Companion Cube Calculator ##
This is the project directory for the Companion Cube Calculator (C^3), a
mathematical tool which determines the range of a user-specified function given
the domains of the function's variables. The calculations are performed using
interval arithmetic.
The repository for this project is organized as:
1. Doc: Problem Statement, Software Requirements Specification (SRS), Design/Module Guide (MG),
Design/Module Interface Specification (MIS), Test Plan, Test Report, and User Guide
2. ReferenceMaterial: Supporting research and resources
3. src: The implementation of the Companion Cube Calculator that resulted from the documentation
description