``` require('kahan').sum([0.1, 0.2]) // 0.30000000000000004 ``` Is it expected behavior?
Is it expected behavior?