Skip to content

Instantly share code, notes, and snippets.

@dy
Created September 3, 2021 14:22
Show Gist options
  • Save dy/550af9b77949bd43dde9d2aa738f9c8e to your computer and use it in GitHub Desktop.
Save dy/550af9b77949bd43dde9d2aa738f9c8e to your computer and use it in GitHub Desktop.
Simple rational scalars
[
// 0,
1/2,
1/3,2/3, .33,.333,.3333,.66,.666,.6666,
1/4,3/4,
1/5,2/5,3/5,4/5,
1/6,5/6,
1/7,
1/8,3/8,5/8,7/8,
1/9,
1/10,3/10,7/10,9/10,
1/20,3/20,7/20,9/20,11/20,13/20,17/20,19/20,
.108,1/.108,
1,
1+1/2,
1+1/3,1+2/3, 1.33,1.333,1.3333,1.66,1.666,1.6666,
1+1/4,1+3/4,
1+1/5,1+2/5,1+3/5,1+4/5,
1+1/6,1+5/6,
1+1/7,
1+1/8,1+3/8,1+5/8,1+7/8,
1+1/9,
1+1/10,1+3/10,1+7/10,1+9/10,
1+1/20,1+3/20,1+7/20,1+9/20,
1.08,1/1.08,
2,3,4,5,6,7,8,9,
10,20,30,40,50,60,70,80,90,
100,200,300,400,500,600,700,800,900,
]
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment