Need help with comparing 2 csv-files (2 nodes) within a function

I have returned those 2 arrays in my current flow and i want to subtract each value from the first array from each value from the second array, e.g. 20-15; 20-35; 20-46,25; 20-15; etc.
And the result should be returned as a new array^^