#include <stdio.h> #include <math.h> int main( void ) { const unsigned m = 10; printf( "%f\n", sqrt(lgamma(m+1)) ); }