victorlei / smop

Small Matlab to Python compiler
MIT License
1.08k stars 409 forks source link

no implementation of fzero? #68

Open adriaanph opened 9 years ago

adriaanph commented 9 years ago

using 0.26.2 i see there doesn't yet seem to be an implementation of fzero in the runtime.

there is (in 0.26.2) an undocumented module "a.py" which contains what appears to be a large number of standard functions including fzero. however "a.py" at this time still contains too many errors to load in the python interpreter.

is it planned to make this available, and if so, when?