Updates:
Labels: -Patch-new Patch-review
Comment #1 on issue 4470 by [email protected]: freetype.cc: solve algebra puzzle
for converting quadratics to cubics
https://code.google.com/p/lilypond/issues/detail?id=4470
Passes all tests. I don't know whether this actually exercises the code in
question, though.
However, I first found this formula on Stackexchange when looking for it,
and right now I derived it from first principles via Emacs Calc (a symbolic
calculator). And it agrees:
[ [ x0 = y0 ]
[ x1 = 2:3 y1 + y0 / 3 ]
[ x2 = y2 / 3 + 2:3 y1 ]
[ x3 = y2 ] ]
--
You received this message because this project is configured to send all
issue notifications to this address.
You may adjust your notification preferences at:
https://code.google.com/hosting/settings