Create a gist now

Instantly share code, notes, and snippets.

@yanok /test.c Secret
Created Apr 3, 2017

What would you like to do?
#include <stdio.h>
#include <math.h>
int main()
{
printf("%lf\n", lgammaf(10));
return 0;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment