Ashley

Results 22 comments of Ashley

I don't think this change does what you think it does. It breaks in even the simplest of cases: ![image](https://user-images.githubusercontent.com/7530928/85223199-49d84300-b404-11ea-9d6e-f31c6c53a5f3.png)

AsciiMath sounds like a good idea. There's multiple ways to potentially go about it though. - Convert the AsciiMath to LaTeX and render that. [here's a converter written js, closed...

Hmmmm... 800 lines of PHP. Not really something I want to tackle. I'll try searching for something more usable.

Life got bad for a bit, and now I'm working full time. So apologies for being slow on this. I did find a JS script to convert AsciiMath into LaTeX,...

The official ASCIImath page has a description of the grammar on it: http://asciimath.org/#syntax There's BNF down the bottom of the page. It doesn't look TOO bad to implement, but maybe...

This is going to take more effort than just adding an additional package. For context, the actual LaTeX rendering is done by [rTeX](https://rtex.probablyaweb.site/), a microservice that I also run. I...

Phonetics is technically outside the scope of the bot, but I'm considering addressing this anyway if there's none or limited other discord bots available for this purpose. I've never used...

The haven't been online docs for a while. Where did you find this URL?

So I've _finally_ given some thought to this idea. If someone puts in `20°`, the naive approach will result in the output being the same result in radians. This might...

At the moment, the calculator accepts either `infinity` or `∞` as input and uses the symbol for output. There's also the value `complex_infinity` for which no symbol is used. I'm...