Skip to content

v0.1.0

Choose a tag to compare

@kneth kneth released this 11 Nov 18:26
· 19 commits to master since this release
  • Complex' constructor now has imaginary part set to 0 as default.
  • Adds Complex.sqrt() to compute the square root of a complex number.
  • Adds Complex.mod() to compute modulus of a complex number.
  • Adds Complex.polar() to translate to polar coordinates.