AspectOfJerry / JerryBot

Discord bot for personal use. Built on Discordjs v13.
https://bot.jerrydev.net
1 stars 0 forks source link

Add /math subcommands #103

Open AspectOfJerry opened 1 year ago

AspectOfJerry commented 1 year ago

Describe your idea Implement a command to return the digits of pi and add other commands

Describe the solution you'd like Number parameter for the number of digits (1 to 1000).

AspectOfJerry commented 1 year ago

add gcd and lcm

AspectOfJerry commented 1 year ago

Also check if b ≠ 0 in the quadratic command (currently only checking a)

If a = 0 and b ≠ 0 then the equation is linear, not quadratic.

AspectOfJerry commented 1 year ago

solve system of equation