浏览代码

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.)
Josh Stone 7 年之前
父节点
当前提交
18b48f335e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      complex/Cargo.toml

+ 1 - 1
complex/Cargo.toml

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