Home
last modified time | relevance | path

Searched refs:poly_to_string (Results 1 – 1 of 1) sorted by relevance

/llvm-project/libc/AOR_v20.02/math/tools/
H A Dremez.jl135 function poly_to_string(coeffs::Array{BigFloat}) function
143 poly_to_string(coeffs[2:n]), ")")
159 return poly_to_string(ncoeffs)
161 return string("(", poly_to_string(ncoeffs), ")/(",
162 poly_to_string(dcoeffs), ")")