Why can (a + b) + c differ from a + (b + c) for finite floating-point values?

from Floating-point arithmetic
Node 24 intermediate 1 min

Why can (a + b) + c differ from a + (b + c) for finite floating-point values?

Report an error