gonzui


Format: Advanced Search

SearchGoogle itResults 1 - 1 of 1 for funcall:hypot (0.00 seconds)
t2ex
bsd_source/lib/libc/src_bsd/complex/s_cabs.c - 1.2KB - 38 lines
27: {
28:         return hypot(__real__ z, __imag__ z);
29: }