diff.js icon indicating copy to clipboard operation
diff.js copied to clipboard

integral result shifted by random offset / random translation by constant "c"

Open balint42 opened this issue 10 years ago • 0 comments

The current implementation of the integral function produces a random offset / translation by a constant value. This is a legitimate behaviour, since indeed integration cannot determine an offset, all offsets are equally possible. But it is not clear where this random offset comes from and it should be considered if an implementation is possible which gives a less random behaviour.

balint42 avatar Nov 06 '14 20:11 balint42