Skip to content

Commit 18b48f3

Browse files
committed
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.)
1 parent 0e1c4c8 commit 18b48f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

complex/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ categories = [ "algorithms", "data-structures", "science" ]
88
license = "MIT/Apache-2.0"
99
name = "num-complex"
1010
repository = "https://github.com/rust-num/num"
11-
version = "0.1.40"
11+
version = "0.1.41"
1212

1313
[dependencies]
1414

0 commit comments

Comments
 (0)