The values (aprox -2.4E-16, -4.90E-16, -7.35E-16) are all to be interpreted
as 0 since Excel has a precision of 15 decimal places. This is not just an
Excel problem, it arises from the way computer convert decimal values to
binary (base 10 numbers to base 2 numbers) with a finite number of bytes.
For more info read these: