Viewing profile — animeshk
animeshk
HN member- Joined
- Tue, Aug 02, 2016, 6:09 PM UTC
- HN karma
- 162
- Public activity
- 134 items
- HN profile
- View on Hacker News ↗
About animeshk
Programmer, entrepreneur.
Recent public activity
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
- story
-
comment
Comment #15730096
Oh yeah.. absolutely! :D
-
comment
Comment #15729568
When a test is contrapositive, it's actually testing for composites. So technically, it should output True for composite but then, the name isPrime doesn't do justice. So I changed…
-
comment
Comment #15729511
Wow. didn't know that! Will add it to the section on Rabin-Miller. Thanks :)
-
comment
Comment #15729340
I wish i could type out that number without losing my sanity.
-
comment
Comment #15729284
You're absolutely right. I just made that change in the article. Thanks for pointing it out!
-
comment
Comment #15729243
Okay.. so 1 should neither be prime nor composite. Because - a) 1 cannot be written as a product of two different factors : ruling out 1 to be composite b) 1 has only 1 positive di…