Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F98683663
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
Wed, Jan 15, 14:56
Size
97 B
Mime Type
text/x-c
Expires
Fri, Jan 17, 14:56 (2 d)
Engine
blob
Format
Raw Data
Handle
23621841
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