Skip to content

Instantly share code, notes, and snippets.

@hperantunes
Last active May 28, 2025 15:44
Show Gist options
  • Save hperantunes/3d7daa89d4aa794e0ca6c3927535722f to your computer and use it in GitHub Desktop.
Save hperantunes/3d7daa89d4aa794e0ca6c3927535722f to your computer and use it in GitHub Desktop.
Number of faces in a Goldberg polyhedra class I
var faces = (m, n) => 10 * (m * m + m * n + n * n) + 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment