mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-18 06:05:09 +00:00
[PR #1453] [CLOSED] feat: Added new numerical algorithms to estimate integrals #2048
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/TheAlgorithms/C/pull/1453
Author: @jspmic
Created: 11/23/2024
Status: ❌ Closed
Base:
master← Head:feature-numerical_integrals📝 Commits (4)
1b0e2b2feat: Implementation of the mid-point and trapezoidal rule0386329fix: Added simpsons rules8728719feat: Added Boole's ruleb4d3720feat: Added precise comments and essential macros📊 Changes
1 file changed (+209 additions, -0 deletions)
View changed files
➕
numerical_methods/newton_cotes_formulas.c(+209 -0)📄 Description
Notes: Among the numerical methods implemented, the simpson 1/3 rule was poorly implemented and i had to re-write it from scratch.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.