mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-12 09:40:47 +08:00
414e12ecc9
Adds a check to see if the s_squared value is near 0. When the number was very near 0, a very small negative floating point, the sqrt throws a 'math domain error', this prevents that case.