SharpMath
SharpMath copied to clipboard
A small .NET math library.
Results
2
SharpMath issues
Sort by
recently updated
recently updated
newest added
how to solve the equation of the line "y = (-C - Ax) / B" in this library ```dart var A = 1.3333333333333333; var B = -1; var C =...
If you're moving to a point of a function with a very high or low Y-value and zoom in, an `OverflowException` may occur.
bug