PsiQ / bartiq

Bartiq
https://psiq.github.io/bartiq/
Apache License 2.0
31 stars 9 forks source link

Add native support for `nlz` function #19

Closed mstechly closed 1 month ago

mstechly commented 6 months 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.