Skip to content

Instantly share code, notes, and snippets.

@matburt
Created May 27, 2014 16:24
Show Gist options
  • Select an option

  • Save matburt/3f41f97f2a0a3130137f to your computer and use it in GitHub Desktop.

Select an option

Save matburt/3f41f97f2a0a3130137f to your computer and use it in GitHub Desktop.
def kfactor(r):
return kfactorScale * (122 - 6*(r/100) + math.pow(r/100,2)/15)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment