Skip to content

Latest commit

 

History

History
20 lines (11 loc) · 732 Bytes

README.md

File metadata and controls

20 lines (11 loc) · 732 Bytes

How to use this ?

Numerical methods have been first grouped into files having common numerical operation.

Each file has classes which defines a class of numerical operation which in turn supports several methods.

Any method can be used by importing the enclosing class (and it's dependencies if any) and running an instance of the same.

main part of the code was meant to solve the given assignment. Not necessary for running the methods.

How to contribute ?

Any of the methods not working like it's supposed to?

Feel free to create an issue describing standard questions like "What's the problem?", "Expected answer", etc

Want to contribute code?

Solve issues, or suggest new additions (and send PR :D ).