perimosocordiae / bigO

Symbolic representation of big-O notation
MIT License
9 stars 2 forks source link

Support for multiple variables #1

Open perimosocordiae opened 11 years ago

perimosocordiae commented 11 years ago

Right now we're restricted to comparing complexities of one variable, and that variable must be the same.

timvieira commented 1 year ago

Thanks for sharing this project! Any idea how one might support multi-variate bounds?