Files
Nim/lib/pure
Loïc Bartoletti f6167cb0c8 math: Add cumprod and cumproded (#23416)
This pull request adds the `cumproded` function along with its in-place
equivalent, `cumprod`, to the math library. These functions provide
functionality similar to `cumsum` and `cumsummed`, allowing users to
calculate the cumulative sum of elements.

The `cumprod` function computes the cumulative product of elements
in-place, while `cumproded` additionally returns the prod seq.

(cherry picked from commit 4aff12408c)
2025-01-15 15:31:25 +01:00
..
2015-10-01 12:05:45 -07:00
2024-05-16 23:22:49 +02:00
2021-01-09 00:24:41 +01:00
2025-01-15 10:17:51 +01:00
2025-01-15 10:17:51 +01:00
2025-01-15 10:17:51 +01:00
2025-01-15 10:17:51 +01:00
2022-12-03 21:25:49 +08:00
2025-01-15 10:17:51 +01:00
2025-01-15 10:17:51 +01:00