Mathics3 / mathics-core

An open-source Mathematica. This repository contains the Python modules for WL Built-in functions, variables, core primitives, e.g. Symbol, a parser to create Expressions, and an evaluator to execute them.
https://mathics.org
Other
786 stars 48 forks source link

Add missing builtins: number theory #1135

Closed davidar closed 1 month ago

davidar commented 1 month ago

I pulled out just the number theory builtins (and ReverseSort) from #1133

rocky commented 1 month ago

LGTM. And Thanks!

mmatera commented 1 month ago

@davidar, thanks for all this work!