gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 2 of 2 for funcall:casinf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_cacosf.c - 1.5KB - 60 lines
56: 
57:         w = casinf( z );
58:         w = ((float)M_PI_2 - crealf (w)) - cimagf (w) * I;
bsd_source/lib/libc/src_bsd/complex/s_casinhf.c - 1.5KB - 55 lines
52: 
53:         w = -1.0f * I * casinf (z * I);
54:         return (w);