gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:catanf (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_catanhf.c - 1.5KB - 55 lines
52: 
53:         w = -1.0f * I * catanf (z * I);
54:         return (w);