Crate qoqo_calculator_pyo3
source ·Expand description
library module
qoqo_calculator_pyo3 module bringing the qoqo_calculator rust library to Python.
Structs§
Functions§
- Convert an f64 float (or any input that can be cast to float) or a string to CalculatorComplex.
- Convert an f64 float (or any input that can be cast to float) or a string to CalculatorFloat.
- Parse a string expression.