Skip to content

Instantly share code, notes, and snippets.

@bcho
Created November 6, 2012 11:21
Show Gist options
  • Select an option

  • Save bcho/4024124 to your computer and use it in GitHub Desktop.

Select an option

Save bcho/4024124 to your computer and use it in GitHub Desktop.
#include <stdio.h>
#include <math.h>
int main()
{
printf("%lf", sqrt(5));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment