mirror of
https://github.com/TheAlgorithms/C.git
synced 2026-02-11 05:44:31 +00:00
[PR #1390] [CLOSED] feat: trigonometric func and better sqrt implementation #1990
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/1390
Author: @kaan2463
Created: 5/3/2024
Status: ❌ Closed
Base:
master← Head:trigonometric_func_and_better_sqrt_implementation📝 Commits (2)
ccb9363trigonometric functions are implemented by using Taylor series8db6007docs: comments have been arranged!📊 Changes
2 files changed (+395 additions, -0 deletions)
View changed files
➕
numerical_methods/square_root.c(+120 -0)➕
numerical_methods/trigonometric_functions.c(+275 -0)📄 Description
Description of Change
References
Checklist
Notes:
Trigonometric func and better sqrt implementation
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.