ruby/ext/mathn/complex/complex.c

8 строки
103 B
C

extern void nucomp_canonicalization(int);
void
Init_complex(void)
{
nucomp_canonicalization(1);
}