Skip to content

Instantly share code, notes, and snippets.

@kimki1124
Created August 6, 2017 12:29
Show Gist options
  • Save kimki1124/45660f42061c799e5c08d3678b53f884 to your computer and use it in GitHub Desktop.
Save kimki1124/45660f42061c799e5c08d3678b53f884 to your computer and use it in GitHub Desktop.
digital_root(16)
=> 1 + 6
=> 7
digital_root(942)
=> 9 + 4 + 2
=> 15 ...
=> 1 + 5
=> 6
digital_root(132189)
=> 1 + 3 + 2 + 1 + 8 + 9
=> 24 ...
=> 2 + 4
=> 6
digital_root(493193)
=> 4 + 9 + 3 + 1 + 9 + 3
=> 29 ...
=> 2 + 9
=> 11 ...
=> 1 + 1
=> 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment