[PR #270] [MERGED] [added] lerp, with both an unprecise and a precise option. #572

Closed
opened 2026-01-29 15:13:52 +00:00 by claunia · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/270
Author: @vicenteferrari
Created: 10/1/2019
Status: Merged
Merged: 11/2/2019
Merged by: @ashwek

Base: masterHead: lerp


📝 Commits (1)

  • 5086504 [added] lerp, with both an unprecise and a precise option.

📊 Changes

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

View changed files

misc/lerp.c (+28 -0)

📄 Description

Added a simple linear interpolation algorithm and sample main function.


🔄 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/270 **Author:** [@vicenteferrari](https://github.com/vicenteferrari) **Created:** 10/1/2019 **Status:** ✅ Merged **Merged:** 11/2/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `lerp` --- ### 📝 Commits (1) - [`5086504`](https://github.com/TheAlgorithms/C/commit/508650491a21a992ea3eaa707ebaa5e9870b7c46) [added] lerp, with both an unprecise and a precise option. ### 📊 Changes **1 file changed** (+28 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `misc/lerp.c` (+28 -0) </details> ### 📄 Description Added a simple linear interpolation algorithm and sample main function. --- <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:13:52 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#572