--- loncom/html/adm/help/tex/Script_Functions.tex 2020/07/29 11:31:02 1.16 +++ loncom/html/adm/help/tex/Script_Functions.tex 2021/03/27 20:43:09 1.17 @@ -112,7 +112,7 @@ $z = cplxe($m, pi/$n); Where there is no overlap with function names used for Math::Cephes functions, then you can just use the LCMathComplex functions directly, e.g.. \&cplx(), \&Re(), \&Im(), but where there is overlap, as is the case for tanh(), to ensure the function from LCMathComplex is called, -include the full namespace identifier, e.g., &LONCAPA::LCMathComplex::tanh(). +include the full namespace identifier, e.g., LONCAPA::LCMathComplex::tanh(). See: https://metacpan.org/pod/Math::Complex for more information.