예제 #1
0
파일: pow_ci.c 프로젝트: sharugupta/OpenUH
void pow_cif_(complex *p, complex *a, int32 *b) { pow_ci__(p, a, b); }
예제 #2
0
void pow_ci(complex *p, complex *a, int32_t *b) { pow_ci__(p, a, b); }