mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-17 14:04:33 +00:00
[PR #1389] [CLOSED] TRigonometric function and better sqrt function (and tests) #1986
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/1389
Author: @kaan2463
Created: 5/2/2024
Status: ❌ Closed
Base:
master← Head:trigonometric_func_and_better_sqrt_implementation📝 Commits (1)
ccb9363trigonometric functions are implemented by using Taylor series📊 Changes
2 files changed (+266 additions, -0 deletions)
View changed files
➕
numerical_methods/square_root.c(+77 -0)➕
numerical_methods/trigonometric_functions.c(+189 -0)📄 Description
trigonometric functions are implemented by using Taylor series
a better implementation of sqrt func by using Newton-Raphson method
Description of Change
References
Checklist
Notes:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.