How to write this math equationn into c++ [duplicate]

(4*x*x*x + 8*x*x + 9*x - 18) / (std::abs(7 – x*x*x) + std::sqrt(3*x*x + 18))

Leave a Comment