b2
b2 copied to clipboard
pybertini: complex conjugation of multiprec complex crashes
the following script is generating crashes:
import pybertini as pb
x = pb.multiprec.Complex("2.43", "0.21")
pb.multiprec.conj(x)
it works correctly in C++. the error must be in the binding layer
the C++ test is complex_multiprecision_class/complex_conjugation in test/classes/complex_test.cpp