mawerty / Is-Prime

O(1) Algorithm to check if number is prime that works in 95%+ cases.
https://mawerty.github.io/Is-Prime/
Other
713 stars 144 forks source link

Add TI-Basic implementation #232

Closed Descharges closed 8 months ago

Descharges commented 8 months ago

Add TI-Basic implementation. TI Basic is a basic style programming language used in Texas Instruments calculators.

mawerty commented 8 months ago

Hey, could you please add optimized implementation?

Descharges commented 8 months ago

Done :>