Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F100176844
ptau.c
No One
Temporary
Actions
Download File
Edit File
Delete File
View Transforms
Subscribe
Mute Notifications
Award Token
Subscribers
None
File Metadata
Details
File Info
Storage
Attached
Created
Tue, Jan 28, 19:20
Size
97 B
Mime Type
text/x-c
Expires
Thu, Jan 30, 19:20 (1 d, 23 h)
Engine
blob
Format
Raw Data
Handle
23906489
Attached To
R1448 Lenstool-HPC
ptau.c
View Options
#include<math.h>
double ptau(double x, double y)
{
return( exp(-(x*x + y*y) / 0.0625));
}
Event Timeline
Log In to Comment