Myeongseon Choi 81ca2f078d Refactor sum_of_si function and add sum_of_fibonacci_si for modular calculations
- Updated the `sum_of_si` function to accept `i64` parameters for `limit` and `modulo`, enhancing its flexibility.
- Introduced a new function `sum_of_fibonacci_si` to compute the sum of `sum_of_si` values for Fibonacci numbers, with modular arithmetic support.
- Updated unit tests to reflect the changes in function signatures and validate the new functionality.
2025-09-17 22:06:53 +09:00
2025-04-22 22:39:50 +09:00
Description
No description provided
140 KiB
Languages
Rust 91.2%
Python 8.8%