Tagged Questions

2
votes
2answers
420 views

Calculate the derivative ([i] - [i - 1]) in Ruby

Trivial using a for loop or each_with_index, just wondering if there was a better way of doing it using Ruby syntax. I need to create a new array that is the derivative of the source array, eg: ...