numberscope / frontscope

Numberscope's front end and user interface: responsible for specifying sequences and defining and displaying visualizers
MIT License
7 stars 15 forks source link

Implementation plan for powmod #172

Open gwhitney opened 2 years ago

gwhitney commented 2 years ago

Does that sound like the right approach for now? Let me know and let me know about the types, and if so, I will put this on my to-do list after Zulip.

katestange commented 2 years ago

Powmod using square-and-multiply should have no problem handling bigints for all the inputs; it's a pretty straightforward polynomial-time thing in the number of digits. I think bigints is appropriate.

Yay for getting SequenceFormula to do powmod! Go for it!

gwhitney commented 6 months ago

This is bogged down in the possibly eternal wait for mathjs to properly support bigints...