num-complex
num-complex copied to clipboard
Introduce `Complex::from_real()`
Closes #140 .
This introduced the method Complex::from_real() as discussed in #140. Alongside a test is added.