Skip to content

Commit

Permalink
d Update CHANGELOG.
Browse files Browse the repository at this point in the history
  • Loading branch information
markrogoyski committed Jul 28, 2021
1 parent a45921a commit cb4a396
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,22 @@
# MathPHP Change Log

## v2.4.0 - 2021-07-27

### 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

## v2.3.0 - 2021-07-14

### New Features
Expand Down

0 comments on commit cb4a396

Please sign in to comment.