Outbound Link Summary:
3 years ago
p3k dots

Math keeps changing.

So what I noticed over the years was that tests kept breaking when I updated Node. I’d have a test like: t.equal(ss.gamma(11.54), 13098426.039156161); That would work in Node v10 and break in Node v12. And this is not some complex method: gamma is implemented with arithmetic, Math.pow, Math.sqrt, and Math.sin.