File: thorner.reference

package info (click to toggle)
sollya 7.0%2Bds-3
  • links: PTS, VCS
  • area: main
  • in suites: bullseye, buster
  • size: 13,864 kB
  • sloc: ansic: 117,441; yacc: 8,822; lex: 2,419; makefile: 870; cpp: 76
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)).