File: thorner.reference

package info (click to toggle)
sollya 8.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 17,592 kB
  • sloc: ansic: 124,655; yacc: 7,543; lex: 2,440; makefile: 888; cpp: 77
file content (5 lines) | stat: -rw-r--r-- 705 bytes parent folder | download | duplicates (4)
1
2
3
4
5
The hornerized version of ((2 * x + (-3))^3 - x^5)^2 is 729 + x * (-2916 + x * (4860 + x * (-4320 + x * (2160 + x * (-522 + x * (-44 + x * (72 + x * (-16 + x^2)))))))).
The hornerized version of exp(x) is exp(x).
The hornerized version of ((2 * x + (-3))^3 - x^5)^2 + sin(((2 * x + (-3))^3 - x^5)^2) is 729 + x * (-2916 + x * (4860 + x * (-4320 + x * (2160 + x * (-522 + x * (-44 + x * (72 + x * (-16 + x^2)))))))) + sin(729 + x * (-2916 + x * (4860 + x * (-4320 + x * (2160 + x * (-522 + x * (-44 + x * (72 + x * (-16 + x^2))))))))).
The hornerized version of 3 * x^5 + 2 * x^4 + 7 * x is x * (7 + x^3 * (2 + x * 3)).
The hornerized version of x * (7 + x^3 * (2 + x * 3)) is x * (7 + x^3 * (2 + x * 3)).