Crate qoqo_calculator_pyo3[][src]

Expand description

library module

qoqo_calculator_pyo3 module bringing the qoqo_calculator rust library to Python.

Structs

CalculatorComplexWrapper
CalculatorFloatWrapper
CalculatorWrapper

Functions

PyInit_qoqo_calculator_pyo3

This autogenerated function is called by the python interpreter when importing the module.

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

Parse a string expression.