Perhaps, as proof of concept, write a function `my-primerange(a,b)` which computes primes in [a,b) and compare the results to the current implementation of `primerange(a,b)`.
/c On Monday, March 15, 2021 at 1:44:04 PM UTC-5 [email protected] wrote: > Hello there, > I want to add the function for prime number generation which > provides the series of primes and prime number. > You might think how do we get series of prime numbers? > That's what my topic was... > I have my published research in IJMTT of prime conjecture which > you can see here <https://www.ijmttjournal.org/archive/ijmtt-v60p505>. > This proves that primes are not random but has series which greatly > helps for science and scientists. > Please guide for same. > -- You received this message because you are subscribed to the Google Groups "sympy" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/sympy/01ea1253-bf6e-46e2-aadf-da24e8df5570n%40googlegroups.com.
