Ruby  2.0.0p481(2014-05-08revision45883)
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