Ruby  1.9.3p448(2013-06-27revision41675)
ext/mathn/complex/complex.c
Go to the documentation of this file.
00001 extern void nucomp_canonicalization(int);
00002 
00003 void
00004 Init_complex(void)
00005 {
00006     nucomp_canonicalization(1);
00007 }
00008