Skip to content

Instantly share code, notes, and snippets.

@nakasyou
Last active June 8, 2024 11:58
Show Gist options
  • Save nakasyou/551d6ecc63318079a307b586a88e7dc4 to your computer and use it in GitHub Desktop.
Save nakasyou/551d6ecc63318079a307b586a88e7dc4 to your computer and use it in GitHub Desktop.
水原n平
/**
* 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