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

Implement optimized isPrime function in DataWeave #246

Closed jessewheeler closed 8 months ago

mawerty commented 8 months ago

Hello, could you add optimized implementation?

jessewheeler commented 8 months ago

@mawerty - sure thing, added!