We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 168d594 commit e78f46fCopy full SHA for e78f46f
RELEASES.md
@@ -11,11 +11,14 @@
11
- The "i128" opt-in feature was removed, now always available.
12
- [Updated public dependences][65]:
13
- `rand` support has been updated to 0.7, requiring Rust 1.32.
14
+- [Methods for `T: Float` now take values instead of references][82], most
15
+ notably affecting the constructor `from_polar`.
16
17
**Contributors**: @cuviper, @SOF3, @vks
18
19
[65]: https://github.com/rust-num/num-complex/pull/65
20
[73]: https://github.com/rust-num/num-complex/pull/73
21
+[82]: https://github.com/rust-num/num-complex/pull/82
22
23
# Release 0.2.4 (2020-01-09)
24
0 commit comments