Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add factorial and more #30

Merged
merged 8 commits into from
Jun 4, 2024
Merged

Add factorial and more #30

merged 8 commits into from
Jun 4, 2024

Conversation

ZCG-coder
Copy link
Owner

Add a factorial component to Steppable. This addresses issue #29.

Changelog
  • Minor additions to cpp.hint.
  • Organized Python libraries into modules.
  • isPowerOfTen now takes decimals.
  • WIP: Added Fraction::reciprocal - Added Fraction::reciprocal - Enabled decimal place moving of negative numbers.
  • Added decimal place moving for negative numbers.
  • Fix multiply.cpp. - Fixed sign issue.
  • Added factorial.
  • Improve CMakeLists.

@ZCG-coder ZCG-coder added T-Feature Type - New feature or request C-C++ Code - Pull requests that update C++ code. C-CMake Code - Pull requests that update CMake files. labels Jun 4, 2024
@ZCG-coder ZCG-coder added this to the First Release milestone Jun 4, 2024
@ZCG-coder ZCG-coder requested a review from 813ethan June 4, 2024 14:42
@ZCG-coder ZCG-coder self-assigned this Jun 4, 2024
@ZCG-coder ZCG-coder merged commit 40c4d0c into main Jun 4, 2024
43 checks passed
@ZCG-coder ZCG-coder linked an issue Jun 4, 2024 that may be closed by this pull request
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
C-C++ Code - Pull requests that update C++ code. C-CMake Code - Pull requests that update CMake files. T-Feature Type - New feature or request
Projects
Status: Done
Development

Successfully merging this pull request may close these issues.

Feature: Add factorial
2 participants