Here we present the amazing brand new app we just developed.
5 January 2019
Here we present the amazing brand new app we just developed.
The app has the following incredibly amazing features:
Here we show the amount of code it would have required to do the same process with R.
x <- 624 dividers <- which(round(x / 1:x) == x / 1:x) textOutput <- paste(dividers, collapse = ", ")
And this is the results that is displayed if the number is 624:
1, 2, 3, 4, 6, 8, 12, 13, 16, 24, 26, 39, 48, 52, 78, 104, 156, 208, 312, 624
The end