blob: 8f1a39ef076a9cf4b6165eb4f83c5b93be79d923 [file]
#include <stdio.h>
#include <math.h>
int main()
{
printf ("%g\n", exp (-709.));
return 0;
}