[PR #192] [MERGED] number invalid if number >= base #463

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/192
Author: @Manoj7117
Created: 10/24/2018
Status: Merged
Merged: 3/22/2019
Merged by: @ashwek

Base: masterHead: patch-1


📝 Commits (1)

  • 37314fb number invalid if number >= base

📊 Changes

1 file changed (+3 additions, -1 deletions)

View changed files

📝 conversions/toDecimal.c (+3 -1)

📄 Description

In any to decimal conversions number should not be greater than or equal to base.


🔄 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/192 **Author:** [@Manoj7117](https://github.com/Manoj7117) **Created:** 10/24/2018 **Status:** ✅ Merged **Merged:** 3/22/2019 **Merged by:** [@ashwek](https://github.com/ashwek) **Base:** `master` ← **Head:** `patch-1` --- ### 📝 Commits (1) - [`37314fb`](https://github.com/TheAlgorithms/C/commit/37314fb5bf9a8104665def22a2f657e7f4046baa) number invalid if number >= base ### 📊 Changes **1 file changed** (+3 additions, -1 deletions) <details> <summary>View changed files</summary> 📝 `conversions/toDecimal.c` (+3 -1) </details> ### 📄 Description In any to decimal conversions number should not be greater than or equal to base. --- <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:01 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#463