generated from mschoi/template
81ca2f078d02e6f25093e0ca23bb4aae4bbdfce2
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.
Description
No description provided
Languages
Rust
91.2%
Python
8.8%