Peter BlockmanforPeter Blockmanpeterblockman.hashnode.netยทNov 8, 2022Cairo exercise: Polynomial EquationProblem Write a program poly.cairo that computes the expression: $$ x^3 + 23x^2+ 45x + 67 = 0, x = 100 $$ After the program ends, the value should be at [ap - 1]. For this exercise, you may assume that the fp register is constant and initialized to...104 readspolynomial-equationAdd a thoughtful commentNo comments yetBe the first to start the conversation.