Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/agentender/functionfinder

Final project for functions and modelling. Input points, output functions that fit them.
https://github.com/agentender/functionfinder

Last synced: 23 days ago
JSON representation

Final project for functions and modelling. Input points, output functions that fit them.

Awesome Lists containing this project

README

        

# FunctionFinder
Final project for functions and modelling. Input points, output functions that fit them.

## Sample Inputs
To run sample inputs simply run any of the following commands:

```
py functionfinder.py < 2points.in
```
```
py functionfinder.py < Exponential.in
```
```
py functionfinder.py < Linear.in
```
```
py functionfinder.py < Logarithmic.in
```
```
py functionfinder.py < Power.in
```
```
py functionfinder.py < Quadratic.in
```