Created
August 24, 2017 15:32
-
-
Save peterdalle/e69980884eada90132e1a3cf767a764b to your computer and use it in GitHub Desktop.
Calculate fraction and greatest common divisor
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
library(FRACTION) | |
fra(0.001, j = 20) | |
fra(0.5^10., j = 20) | |
gcd(14, 32) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment