[PR #547] [CLOSED] added taylor series #972

Open
opened 2026-01-29 15:16:33 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/547
Author: @deltanode
Created: 6/17/2020
Status: Closed

Base: masterHead: master


📝 Commits (1)

📊 Changes

1 file changed (+56 additions, -0 deletions)

View changed files

misc/taylor_series.c (+56 -0)

📄 Description

Program to implement sum of Taylor Series(e^x)


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/TheAlgorithms/C/pull/547 **Author:** [@deltanode](https://github.com/deltanode) **Created:** 6/17/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`606d20c`](https://github.com/TheAlgorithms/C/commit/606d20cdaccf8a40f4cfbfe8369fff319bd9f6b3) added taylor series ### 📊 Changes **1 file changed** (+56 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/taylor_series.c` (+56 -0) </details> ### 📄 Description Program to implement sum of Taylor Series(e^x) --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
claunia added the pull-request label 2026-01-29 15:16:33 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#972