Complex Numbers as predefined datatype
While i was reading about datatype in go-lang on a blog i notice a feature to represent complex number which is a predefined architecture-independent float types and also perform various operations in complex number simple using + , - etc... more details on link below : https://www.callicoder.com/golang-basic-types-operators-type-conversion/#complex-numbers
i feel that adding or adopting this feature to rust language will really help the the users and developers while solving Mathematics related problem.
i feel instead of using an external carte for a complex number problem using complex number as a predefined datatype is a good feature.
This is just a proposal form a my side,i am not trying to compare rust and go or with any other language . if rust developers feel it is a relevant please accept it else simply reject it.