Skip to main content

complex_value

Function complex_value 

Source
pub fn complex_value(cx: &mut Cx, real: f64, imag: f64) -> Result<Value>
Expand description

Constructs an opaque numbers/complex value from finite real and imaginary parts, erroring when either part is non-finite.