8 lines
136 B
C
8 lines
136 B
C
#include <stdio.h>
|
|
#include <stdlib.h>
|
|
#include<math.h>
|
|
int main(void) {
|
|
printf("%lf",sqrt(fabs(log)(0.5)));
|
|
return EXIT_SUCCESS;
|
|
}
|