pub fn parse_rational_as_f64(text: &str) -> Option<f64>
Parses a num/den rational literal to its f64 value for the rational -> complex promotion, returning None on malformed text or a zero denominator.
num/den
f64
None