Page MenuHomec4science

ptau.c
No OneTemporary

File Metadata

Created
Thu, Jan 30, 00:25
#include<math.h>
double ptau(double x, double y)
{
return( exp(-(x*x + y*y) / 0.0625));
}

Event Timeline