Posts by Vitor Augusto de Lima Soares • 1 point
1 post
-
-3
votes1
answer107
viewsQ: I’m doing a C program, which consists of implementing the Lagrange interpolation method
I’m doing a C program, which consists of implementing the Lagrange interpolation method. Where the user enters the table data (values of x and fx, and I have to return the value of lx and px, only…