The OP copied only half my tweet, full title should be "...to minimize floating-point precision errors". This tool is specifically for improving the numerical accuracy of equations when translated into floating-point code-- "minimizing errors" makes no sense without the qualifiers. I do a lot of procedural graphics on the GPU and am constantly plagued by precision issues (you cannot copy equations verbatim into code,…
Re: Herbie: Automatically rewrites expressions to minimize floating point error
#21Wouldn't it need to know the probable value ranges of the input variables?