Last active
May 28, 2025 15:44
-
-
Save hperantunes/3d7daa89d4aa794e0ca6c3927535722f to your computer and use it in GitHub Desktop.
Number of faces in a Goldberg polyhedra class I
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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