Open meithecatte opened 6 years ago
Could I copy the README to my files?
@Lehs Yes, that's what a pull request is for! But wait, there's more! You can also press the "merge" button below, and it will do that automatically.
OK! Thank You! I pressed the button. :)
I'm not sure, but I think that bigintegers.4th in my repository ANS-Forth-libraries has some further corrections and also includes Karatsuba multiplication.
It seems like it didn't work. You've since modified your version to use a code block. This made GitHub unable to figure out how to combine the two changes - I've fixed this manually.
You can now click the "Merge pull request" button if you like the dotted list look more, or click "Close pull request" if you'd rather keep the look of a code block.
Separate of that, I'd advise you to add a note to the README, along the lines of:
**Deprecated** in favor of [bigintegers.4th](https://github.com/Lehs/ANS-Forth-libraries/blob/master/bigintegers.4th) in my ANS-Forth-libraries repository.
if you consider the other implementation better - it will look like this:
Deprecated in favor of bigintegers.4th in my ANS-Forth-libraries repository.
This PR makes the README use an unordered list, which makes it look a lot better when viewed on GitHub. You can see how the new version will look here