[PR #590] [CLOSED] Add Absolute Value #1027

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

📋 Pull Request Information

Original PR: https://github.com/TheAlgorithms/C/pull/590
Author: @realDuYuanChao
Created: 8/6/2020
Status: Closed

Base: masterHead: math


📝 Commits (9)

📊 Changes

2 files changed (+47 additions, -0 deletions)

View changed files

📝 DIRECTORY.md (+3 -0)
math/abs.c (+44 -0)

📄 Description

Description of Change

absolute value

References

Checklist

  • Added description of change
  • Added file name matches File name guidelines
  • Added tests and example, test must pass
  • Relevant documentation/comments is changed or added
  • PR title follows semantic commit guidelines
  • Search previous suggestions before making a new one, as yours may be a duplicate.
  • I acknowledge that all my contributions will be made under the project's license.

Notes:


🔄 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/590 **Author:** [@realDuYuanChao](https://github.com/realDuYuanChao) **Created:** 8/6/2020 **Status:** ❌ Closed **Base:** `master` ← **Head:** `math` --- ### 📝 Commits (9) - [`7922514`](https://github.com/TheAlgorithms/C/commit/792251442b298a14b0481fe1723f73c4868609c3) absolute value - [`a51655e`](https://github.com/TheAlgorithms/C/commit/a51655e0c7f7711937f55cdf8324a46fcbf5a338) updating DIRECTORY.md - [`0b6be93`](https://github.com/TheAlgorithms/C/commit/0b6be93aee0aafe74330481cd5b34309380e2331) Update maths/abs.c - [`149bb62`](https://github.com/TheAlgorithms/C/commit/149bb6287e102479d8ef046ea2cf15eb19775fe4) Update maths/abs.c - [`5df2982`](https://github.com/TheAlgorithms/C/commit/5df2982cb749d2c5fa5d018c4d5e375da152789c) Update maths/abs.c - [`c850b01`](https://github.com/TheAlgorithms/C/commit/c850b013472083538dd9945db4b8cc6bf4403f19) Update maths/abs.c - [`d01f655`](https://github.com/TheAlgorithms/C/commit/d01f655bbe7447026628fb1059576e4b20401ef3) Update maths/abs.c - [`eca3b3f`](https://github.com/TheAlgorithms/C/commit/eca3b3f48f3e898891c779461da20adf7be37b77) rename maths to math - [`c6b0585`](https://github.com/TheAlgorithms/C/commit/c6b05858d700f44271d2a7f1d5885af71e1077ea) updating DIRECTORY.md ### 📊 Changes **2 files changed** (+47 additions, -0 deletions) <details> <summary>View changed files</summary> 📝 `DIRECTORY.md` (+3 -0) ➕ `math/abs.c` (+44 -0) </details> ### 📄 Description #### Description of Change <!-- Thank you for your Pull Request. Please provide a description above and review the requirements below. Contributors guide: https://github.com/TheAlgorithms/C-Plus-Plus/CONTRIBUTING.md --> absolute value #### References <!-- Add any reference to previous pull-request or issue --> #### Checklist <!-- Remove items that do not apply. For completed items, change [ ] to [x]. --> - [x] Added description of change - [x] Added file name matches [File name guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#New-File-Name-guidelines) - [x] Added tests and example, test must pass - [x] Relevant documentation/comments is changed or added - [x] PR title follows semantic [commit guidelines](https://github.com/TheAlgorithms/C-Plus-Plus/blob/master/CONTRIBUTING.md#Commit-Guidelines) - [x] Search previous suggestions before making a new one, as yours may be a duplicate. - [x] I acknowledge that all my contributions will be made under the project's license. Notes: <!-- Please add a one-line description for developers or pull request viewers --> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/590"><img src="https://gitpod.io/api/apps/github/pbs/github.com/shellhub/C.git/c6b05858d700f44271d2a7f1d5885af71e1077ea.svg" /></a> <a href="https://gitpod.io/#https://github.com/TheAlgorithms/C/pull/590"><img src="https://gitpod.io/api/apps/github/pbs/github.com/shellhub/C.git/a51655e0c7f7711937f55cdf8324a46fcbf5a338.svg" /></a> --- <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:56 +00:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/C#1027