summaryrefslogtreecommitdiff
path: root/ext/mathn/complex/complex.c
blob: 5ffa5917e4d5e9de08999f68435e2aeba2dee5f0 (plain)
1
2
3
4
5
6
7
extern void nucomp_canonicalize(int);

void
Init_complex(void)
{
    nucomp_canonicalize(1);
}