anojo

Results 4 issues of anojo

Is it intentional that this works (`-2u"dB"`), and this works (`0u"dB" - 2u"dB"`) but not this (`-(2u"dB")`) nor (`-uconvertp(u"dB", 2)`) nor this (`-uconvertrp(u"dB", 2)`)?

logarithmic

Hello. I hope this project is alive and well, together with the Android apps, which is why I'm trying to install this. I am making my attempt at installing TaskServer...

Just a small doc bug. In the first line of `roots` documentation is declares the default value of `polish=true`, yet later in the doc (and in the actual code) it's...

`plot([2u"dB", 3u"dB"])` doesn't work for me. Quick tests like this suggest that logarithmic units aren't working, for either axis. Is it possible/easy to add a recipe for these?