Skip to content

v2.4.0

Compare
Choose a tag to compare
@markrogoyski markrogoyski released this 28 Jul 02:35
· 75 commits to master since this release

New Features

  • Complex Exponential (exp)
  • Complex Exponentiation (pow)
  • Zipf's Law Discrete Distribution
  • Generalized harmonic non-integer sequence

Improvements

  • Fixed Complex polarForm to compute the right values
  • Fixed hyperharnomic non-integer sequence. Previously was computing the wrong thing
  • Fixed how ArbitraryInterger handles pow of negative exponents

Backwards Incompatible Changes

  • Complex polarForm now returns an array rather than a Complex number, as the Complex return was incorrect
  • Interface to hyperharmonic non-integer sequence changed due to previous implementation being incorrect