Skip to content

Instantly share code, notes, and snippets.

@universal
Forked from anonymous/paul.c
Created December 10, 2013 21:21
Show Gist options
  • Save universal/7900437 to your computer and use it in GitHub Desktop.
Save universal/7900437 to your computer and use it in GitHub Desktop.
pow(pow(x, n / 2), 2)
pow(x, n / 2) * pow(x, n / 2)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment