Last active
June 8, 2024 11:58
-
-
Save nakasyou/551d6ecc63318079a307b586a88e7dc4 to your computer and use it in GitHub Desktop.
水原n平
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
/** | |
* Calc M(n) | |
* @param n number | |
*/ | |
export const npei = (n: number) => n * 6200000000 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment