Ruby  2.0.0p247(2013-06-27revision41674)
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