mirror of
https://github.com/wassname/catalyst.git
synced 2026-07-20 12:20:29 +08:00
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.