#include <ncbi.h>
#include "karlin.h"

/*
	stolen -- return the expected length of an HSP with score S
*/
double
stolen(S, Lambda, H)
	Score_t	S;
	double Lambda, H;
{
	return Lambda*S/H;
}
