gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:crealf from t2ex/bsd_source/lib/libc/src_bsd/complex/s_ccosf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_ccosf.c - 2.0KB - 84 lines
81:         _cchshf( cimagf(z), &ch, &sh );
82:         w = cosf( crealf(z) ) * ch + ( -sinf( crealf(z) ) * sh) * I;
83:         return (w);