pub fn complex_value(cx: &mut Cx, real: f64, imag: f64) -> Result<Value>
Constructs an opaque numbers/complex value from finite real and imaginary parts, erroring when either part is non-finite.
numbers/complex