Skip to content

Instantly share code, notes, and snippets.

@mcsee
Last active August 21, 2023 03:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mcsee/dec9856bf69a06c367d2e683b179577a to your computer and use it in GitHub Desktop.
Save mcsee/dec9856bf69a06c367d2e683b179577a to your computer and use it in GitHub Desktop.
<?
function energy($mass) {
return $mass * (299792 ** 2)
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment