Language
C++
Compiler
clang 7.0.0
Options
Warnings
Boost 1.68.0
C++2a(GNU)
no pedantic
$ clang++ prog.cc -Wall -Wextra -I/opt/wandbox/boost-1.68.0/clang-7.0.0/include -std=gnu++2a Polynomial P1: 7, 3.6, 0, 2,
Polynomial P2: 5, 3, 6, 0, 1,
Sum of polynomials P1 and P2: 12, 6.6, 6, 2, 1,
Product of polynomials P1 and P2: 7, 3.6, 0, 2,
Polynomial P1 multiplied by 2: 14, 7.2, 0, 4,
Value of polynomial P1 at point 3.14: 80.2223
Exit Code:
0