Page Menu
Home
c4science
Search
Configure Global Search
Log In
Files
F101574060
r_cnjg.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, Feb 11, 17:12
Size
105 B
Mime Type
text/x-c
Expires
Thu, Feb 13, 17:12 (2 d)
Engine
blob
Format
Raw Data
Handle
24188513
Attached To
rDLMA Diffusion limited mixed aggregation
r_cnjg.c
View Options
#include "datatypes.h"
void
r_cnjg
(
complex
*
r
,
complex
*
z
)
{
r
->
r
=
z
->
r
;
r
->
i
=
-
(
z
->
i
);
}
Event Timeline
Log In to Comment