Skip to content

Instantly share code, notes, and snippets.

@nazt
Created July 15, 2009 05:06
Show Gist options
  • Select an option

  • Save nazt/147462 to your computer and use it in GitHub Desktop.

Select an option

Save nazt/147462 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <math.h>
//c
int main()
{
printf("%10.2f",pow(2.5,3));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment