Skip to content

Instantly share code, notes, and snippets.

@vlas-ilya
Created October 9, 2015 12:18
Show Gist options
  • Save vlas-ilya/fa86279735deebf25223 to your computer and use it in GitHub Desktop.
Save vlas-ilya/fa86279735deebf25223 to your computer and use it in GitHub Desktop.
var clockAngle = function (h, m) {
return Math.abs((h * 30 + m * 0.5) - (m * 6));
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment