NumberChecker
it is simple extension to check number if it is prime or even or odd
picture of all the blocks
AIX Download link :
V1
mh.math.numberchecker.aix (3.6 KB)
V2
mh.math.numberchecker.aix (3.7 KB)
AIA Download link :
Coming soon
it is simple extension to check number if it is prime or even or odd
mh.math.numberchecker.aix (3.6 KB)
mh.math.numberchecker.aix (3.7 KB)
Coming soon
Nice Extention. good work
thanks …
3 is a prime number but your extension shows false why ??
Google :
I’ve submitted a PR that should fix the prime number checker (and theoretically make it a bit faster).
Sorry add screenshot before using aix , but now fixied
Sorry I deleted the old version and add new version
please check it …
nice example to learn writing extensions…
btw. for large numbers your CheckNumberIsPrime method will block the UI thread…
you might want to think about providing an asynchronous method for large numbers…
Taifun
Thanks siir
I try it in some larg number from this picture it is work
this is not very large…
see here
try 327593272339140276736912765409
Taifun
this is very larg it will get false
maybe i will provid it in the future
well done
however also your example will block the UI thread…
try a very large number, for example 327593272339140276736912765409
Taifun
I am trying to do it but there is some problem With large numbers. I will make it within some days. I have done how it is done in real life. Same in real life it would take hours to do it with large numbers