Feature request: Arithmetic operations per element
Open
feature
- Dominant language
- JavaScript
- Stars
- 35.8k
- Forks
- 4.1k
- Avg merge
- 2d 26m
- Merged PRs (30d)
- 33
Description
Hello,
Maybe it already exists but I haven't found it.
I would like to have something that does an element-wise basic operations.
For instance, I have an array "59 47 62 65 89 23 10";
and I would like to add "+10" for each element of this array --> "69 57 72 75 99 33 20"
I know about the "fork" recipe and it's great, but then I am not sure how to multiple/add/subtract/divide every single item by a constant number.
Thanks!
Contributor guide
Assessment
This issue has not been assessed yet.