mirror of
https://github.com/josdejong/mathjs.git
synced 2025-12-08 19:46:04 +00:00
This fixes the numerically unstable math.intersect() for the 2 dimensional case by computing whether the determinant is within config.epsilon instead of a hard equality check.