[PR #817] [CLOSED] feat: added hexadecimal to float/double #1333

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/817
Author: @anishsingh935
Created: 3/19/2021
Status: Closed

Base: masterHead: master


📝 Commits (1)

  • 5f816f8 feature added hexadecimal to float/double

📊 Changes

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

View changed files

conversions/hexa_to_float.c (+11 -0)

📄 Description

A new feature is added which will convert hexadecimal to float


🔄 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/817 **Author:** [@anishsingh935](https://github.com/anishsingh935) **Created:** 3/19/2021 **Status:** ❌ Closed **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (1) - [`5f816f8`](https://github.com/TheAlgorithms/C/commit/5f816f844f4ccafd871f2949c4026127f4811b22) feature added hexadecimal to float/double ### 📊 Changes **1 file changed** (+11 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `conversions/hexa_to_float.c` (+11 -0) </details> ### 📄 Description A new feature is added which will convert hexadecimal to float --- <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:19:24 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1333