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: 7 months ago 
        JSON representation
    
Final project for functions and modelling. Input points, output functions that fit them.
- Host: GitHub
- URL: https://github.com/agentender/functionfinder
- Owner: AgentEnder
- License: apache-2.0
- Created: 2019-11-06T21:29:40.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2019-11-18T20:53:47.000Z (almost 6 years ago)
- Last Synced: 2024-10-11T17:13:30.034Z (about 1 year ago)
- Language: Python
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
- 
            Metadata Files:
            - Readme: README.md
- License: LICENSE
 
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
```