gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cchsh (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_csin.c - 2.3KB - 99 lines
86: 
87:         cchsh( cimag (z), &ch, &sh );
88:         w = sin (creal(z)) * ch + (cos (creal(z)) * sh) * I;