ironman5366 / W.I.L.L

A python written personal assistant
https://willbeddow.com
MIT License
377 stars 58 forks source link

Simple addition doesn't work #39

Closed vihanggodbole closed 7 years ago

vihanggodbole commented 7 years ago

I recently signed up and tried math functions like 2 + 3. Simple addition does not work. It interprets it as multiplication and gives the answer 6.

ironman5366 commented 7 years ago

I don't currently use a custom plugin to handle math, so that data is from wolfram. It seems like it works if you use 2 plus 3, however I suppose a plugin could be added to handle math specifically. If you want you can make a feature request with this feature and I'll try to get around to it.

vihanggodbole commented 7 years ago

Okay. I don't think it's a good idea to have a custom plugin just for maths since wolfram alpha can solve tricky math which you'll just have to implement it.

ironman5366 commented 7 years ago

Yeah, my thoughts exactly. If I did one though, I would look into using an API for something like math way, that can solve even more advanced queries

vihanggodbole commented 7 years ago

I will try playing around and creating a plugin if possible for this.

ironman5366 commented 7 years ago

That would be awesome! Let me know what I can do to help.