mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-04-20 12:29:34 +00:00
[PR #795] [CLOSED] Feat: Escrito algoritmo do método Newton – Raphson #1312
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/795
Author: @nunniii
Created: 2/3/2021
Status: ❌ Closed
Base:
master← Head:master📝 Commits (4)
ed8b0e6Create square_root.c9e19c04Fixed: variable was used in its own initializer.12953c9Update CMakeLists.txt1e8347cMerge branch 'master' of https://github.com/mateusnssp/C-1📊 Changes
2 files changed (+40 additions, -0 deletions)
View changed files
📝
numerical_methods/CMakeLists.txt(+1 -0)➕
numerical_methods/square_root.c(+39 -0)📄 Description
Description of Change
This algorithm runs the Newton – Raphson method (purely), without importing external code.
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.