Age | Commit message (Collapse) | Author | |
---|---|---|---|
2014-12-24 | Teach factor to accept whitespace separated arguments (reported by Robert ↵ | Rob Landley | |
Thompson). (The diff looks bigger than it is because of reindenting.) | |||
2014-08-01 | factor: catch integer overflow. | Rob Landley | |
Now factor 9223372036854775783 (largest positive 64 bit signed prime) takes a couple minutes but gives the right answer. | |||
2014-08-01 | Add factor. | Rob Landley | |
I was reading http://www.muppetlabs.com/~breadbox/txt/rsa.html and it mentioned "factor" and I noticed it was in coreutils. I'm not sure why it's in coreutils, but it's pretty trivial, so... |