Closed ryukato closed 2 years ago
I found dec2flt This feature is internal to the Rust compiler and is not intended for general use.
from https://ebarnard.github.io/2019-06-03-rust-smaller-trait-implementers-docs/unstable-book/print.html#dec2flt.
However, then is there any other way, not to use num::complex
?
Oh sorry I found what problem is. it has to be edition = "2018"
.
I am new to Rust but when I run the chapter 2-complex example codes, then there is an error like below.
Rust & Cargo version