mirror of
https://github.com/josdejong/mathjs.git
synced 2026-01-25 15:07:57 +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.