Julia Programming Language
Cumulative product?
New to Julia
nilshg
September 12, 2022, 8:51am
2
It is called…
cumprod
julia> cumprod([2, 2, 2, 5]) 4-element Vector{Int64}: 2 4 8 40
2 Likes
show post in topic
Related topics
Topic
Replies
Views
Activity
Sumproduct function in Julia
New to Julia
8
1958
September 17, 2024
Cumsum reversed?
General Usage
6
819
October 7, 2021
Cumsum! safe to use in-place?
General Usage
question
9
2053
May 3, 2020
How to sum a vector in accumulated form to another vector?
General Usage
8
1410
October 7, 2019
Integer overflow in cumprod (cumulative product) output
New to Julia
numbers
,
integer-overflow
4
1024
January 6, 2020