Searched refs:poly_to_string (Results 1 – 1 of 1) sorted by relevance
135 function poly_to_string(coeffs::Array{BigFloat}) function143 poly_to_string(coeffs[2:n]), ")")159 return poly_to_string(ncoeffs)161 return string("(", poly_to_string(ncoeffs), ")/(",162 poly_to_string(dcoeffs), ")")