-
Notifications
You must be signed in to change notification settings - Fork 5
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
added simpson's 1/3 rule #27
base: master
Are you sure you want to change the base?
Conversation
You should implement a function for it and not waiting for user input |
Okay I will do it |
Hey, I have done the changes. Kindly check out. |
Hey!
|
Hey, check the changes. I implement the numpy function as another user defined function. |
I have built the program using one function only. Also, added some test cases. Do check it. |
Sir I am not getting it. I have gone through the src and test folders. But I am unable to add test cases. |
Could you explain to me what is the problem?
|
Implemented simpson's 1/3 rule using python and numpy. For test cases you can choose any of the options mentioned in the program.