Skip to content

SharpMath 0.5.3

Compare
Choose a tag to compare
@dbforge dbforge released this 23 Mar 16:07
· 35 commits to master since this release
  • Implemented IEquatable<T> in Vector, Point and Matrix
  • Implemented custom, typified Clone-method instead of the one that ICloneable provides
  • Implemented all operators (+, -, *, ...) in the available base classes
  • Added methods Add and Subtract to Matrix and therefore abstracted the operators in the derived classes
  • Renamed Algorithm to Algorithms and made it static
  • Made FloatingNumber static
  • Added a class FloatingNumberExtensions that contains extensions for float and double to compare values
  • Small changes and improvements, especially to the documentation