Skip to content

Conversation

@ylevental
Copy link
Contributor

Description

Added term entry for Math.IEEERemainder() method under C# math-functions concept. The method computes IEEE 754 remainder, which differs from modulo (%) operator by using "round to nearest" for the quotient.

Entry includes:

  • Metadata with appropriate tags and catalog content
  • Syntax section with parameter and return value specifications
  • Example comparing IEEE remainder vs modulo operator behavior
  • Codebyte with runnable code demonstrating positive/negative operands and key behavioral differences

Issue Solved

Closes #7987

Type of Change

  • Adding a new entry

Checklist

  • All writings are my own.
  • My entry follows the Codecademy Docs style guide.
  • My changes generate no new warnings.
  • I have performed a self-review of my own writing and code.
  • I have checked my entry and corrected any misspellings.
  • I have made corresponding changes to the documentation if needed.
  • I have confirmed my changes are not being pushed from my forked main branch.
  • I have confirmed that I'm pushing from a new branch named after the changes I'm making.
  • I have linked any issues that are relevant to this PR in the Issues Solved section.

@CLAassistant
Copy link

CLAassistant commented Dec 4, 2025

CLA assistant check
Thank you for your submission! We really appreciate it. Like many open source projects, we ask that you all sign our Contributor License Agreement before we can accept your contribution.
1 out of 2 committers have signed the CLA.

✅ ylevental
❌ Copilot
You have signed the CLA already but the status is still pending? Let us recheck it.

Copilot AI and others added 2 commits December 4, 2025 02:24
* Initial plan

* Add C# Math.IEEERemainder() term entry
* Add C# Math.IEEERemainder() term entry (#1)

* Initial plan

* Add C# Math.IEEERemainder() term entry

Co-authored-by: ylevental <[email protected]>

* Address code review feedback: clarify floating-point precision and improve example

Co-authored-by: ylevental <[email protected]>

---------

Co-authored-by: copilot-swe-agent[bot] <[email protected]>
Co-authored-by: ylevental <[email protected]>

* Update ieeeremainder.md

* Initial plan

* Add C++ unordered_set empty() term entry

Co-authored-by: ylevental <[email protected]>

---------

Co-authored-by: Copilot <[email protected]>
Co-authored-by: ylevental <[email protected]>
Co-authored-by: Yuval Levental <[email protected]>
@ylevental ylevental closed this Dec 4, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[Term Entry] C# Math-functions: IEEERemainder()

2 participants