Lines Matching full:complex
29 .Nm complex
30 .Nd "complex arithmetic"
36 These functions support complex arithmetic in the C math library.
39 .Vt "double complex"
41 .Vt "float complex"
45 .Vt "long double complex"
50 .Vt "float complex"
52 .Vt "long double complex"
55 .Fn cabs "double complex z"
58 .Fn cabsf "float complex z"
61 .Fn cabsl "long double complex z" ,
64 .Bl -column "csqrt" "complex absolute value (i.e., norm, modulus, magnitude)"
71 cabs complex absolute value (i.e., norm, modulus, magnitude)
72 csqrt complex square root
87 conj compute the complex conjugate