Skip to content

Conversation

@forfudan
Copy link
Owner

@forfudan forfudan commented Mar 4, 2025

This PR

  • Implemented complete set of comparison operators (__gt__, __ge__, __lt__, __le__, __eq__, __ne__).
  • Each operator delegates to corresponding function in the decimojo.logic module.
  • Ensured consistent behavior across all comparison operations.

All new functionality is fully tested and documented with clear examples.

@forfudan forfudan merged commit d8e5e55 into main Mar 4, 2025
1 check passed
@forfudan forfudan deleted the work branch March 4, 2025 12:10
forfudan added a commit that referenced this pull request Mar 4, 2025
This PR

- Implemented complete set of comparison operators (`__gt__`, `__ge__`,
`__lt__`, `__le__`, `__eq__`, `__ne__`).
- Each operator delegates to corresponding function in the
`decimojo.logic` module.
- Ensured consistent behavior across all comparison operations.

All new functionality is fully tested and documented with clear
examples.
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.

2 participants