Anthony Quizon
Results
3
comments of
Anthony Quizon
Great thank you. I'll see if I can get a PR going.
Are functions such as `div` in the expanded form because of historical reasons? ie. ```cpp CWRAPPER_OUTPUT_TYPE basic_div(basic s, const basic a, const basic b) { CWRAPPER_BEGIN s->m = SymEngine::div(a->m, b->m);...
Oh great, thats good to know!