microsoft / calculator

Windows Calculator: A simple yet powerful calculator that ships with Windows
MIT License
29.22k stars 5.27k forks source link

Plotting Modular Equations/Functions #1603

Open secp8x32 opened 2 years ago

secp8x32 commented 2 years ago

This is just a suggestion, it would be great if we are able to plot modular equations too.

e.g.: 𝑦^2 = (𝑥^3 + ax + b) mod 50 OR 𝑦^2 = (𝑥^3 + ax + b) % 50 OR 𝑦^2 = mod(𝑥^3 + ax + b, 50)

MicrosoftIssueBot commented 2 years ago

This is your friendly Microsoft Issue Bot. I've seen this issue come in and have gone to tell a human about it.

ghost commented 2 years ago

This pitch looks like it has everything it needs for review. In the meantime, we'll keep this idea open for discussion so the community has the chance to provide feedback. Check out our New Feedback Process for more info on the user-centered process we follow for new feature development.