Searched refs:poly_to_string (Results 1 – 1 of 1) sorted by relevance
134 function poly_to_string(coeffs::Array{BigFloat}) function142 poly_to_string(coeffs[2:n]), ")")158 return poly_to_string(ncoeffs)160 return string("(", poly_to_string(ncoeffs), ")/(",161 poly_to_string(dcoeffs), ")")