Closed mstechly closed 1 month ago
nlz function (number of leading zeros) shows up in various algorithms it makes sense to add it to the list of supported functions in sympy_interpreter, which will allow avoiding passing it through functions_map parameter.
nlz
sympy_interpreter
functions_map
nlz
function (number of leading zeros) shows up in various algorithms it makes sense to add it to the list of supported functions insympy_interpreter
, which will allow avoiding passing it throughfunctions_map
parameter.