complex: bump to 0.1.41

`Complex` now implements `Num`, `Rem`, and `RemAssign`.

(Complex remainders don't have a clear mathematical basis, but we choose
to round toward zero to a gaussian integer.)
This commit is contained in:
Josh Stone 2017-12-01 13:02:13 -08:00
parent 0e1c4c8b65
commit 18b48f335e
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
license = "MIT/Apache-2.0"
name = "num-complex"
repository = "https://github.com/rust-num/num"
version = "0.1.40"
version = "0.1.41"
[dependencies]