gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:cimagf from t2ex/bsd_source/lib/libc/src_bsd/complex/s_cexpf.c (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_cexpf.c - 1.6KB - 67 lines
64:         r = expf( crealf(z) );
65:         w = r * cosf( cimagf(z) ) +  r * sinf( cimagf(z) ) * I;
66:         return (w);