Skip to content

0.0.1

Choose a tag to compare

@kneth kneth released this 08 Nov 19:54
· 25 commits to master since this release

Initial release with a minimal feature set.

  • Added basic infrastructure for building and testing.
  • Added the class Complex to represent complex numbers. The class includes methods for addition (add()), subtraction (sub()), multiplication (mul()), and division (div()).