Hi, I find the code below: real_type FNAME(abs, func_sufix)(complex_type z) \ { \ return length(z); \ } \ Where is 'length()' defined?