Expand description
library module
qoqo_calculator_pyo3 module bringing the qoqo_calculator rust library to Python.
Structs§
Functions§
- convert_
into_ calculator_ complex - Convert an f64 float (or any input that can be cast to float) or a string to CalculatorComplex.
- convert_
into_ calculator_ float - Convert an f64 float (or any input that can be cast to float) or a string to CalculatorFloat.
- parse_
str_ assign - Parse a string expression.