pub fn parse_str(s: &str) -> Option<(f64, f64)>
Parse a complex number from a string.
Returns Some((re, im)) on success.
Some((re, im))