biati-digital / alfred-calculate-anything

Alfred Workflow to calculate anything with natural language
MIT License
586 stars 36 forks source link

Support basic scientific computation #10

Open realliyifei opened 4 years ago

realliyifei commented 4 years ago

Do something like sin, cos, tan, log, log2, In, exp, abs, sqrt, asin, acos, atan, sinh, cosh, tanh, asinh, acosh, atanh, ceil, floor, round, trunc, rint, near, dtor, rtod. etc.

image

It should not be that hard because there're lots of scientific computation workflows on Github for reference.

But it depends on your time since we already have an advanced calculator trigger by "=" as a built-in function :)

biati-digital commented 4 years ago

i'll take a look at this but as you said i have limited time for this workflow and there's already some advanced calculations that Alfred can do, in any case i'm intrigued so i'll investigate this in the future.