Run »
×
Change Orientation
import numpy as np arr = np.array([5, 6, 7, 8]) newarr = np.cumprod(arr) print(newarr)
[ 5 30 210 1680]
×
Report a Problem:
Your E-mail:
Page address:
Description:
Submit