#include <ncbi.h>
#include <gishlib.h>
#include "blastapp.h"

/* etop() -- given an Expect value, return the associated probability */
double
etop(E)
	double	E;
{
	return -fct_expm1(-E);
}
