An open API service indexing awesome lists of open source software.

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.

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