Page MenuHomec4science

ptau.c
No OneTemporary

File Metadata

Created
Wed, Jan 15, 14:55
#include<math.h>
double ptau(double x, double y)
{
return( exp(-(x*x + y*y) / 0.0625));
}

Event Timeline