0

how do i correct this ? help me pls , i'm new to programming

error: cannot convert 'double (*)(double)' to 'double' 115 | cout << sine ( xvalue ) <<endl; | ^~~~~~ | | | double (*)(double) final.cpp:55:27: note: initializing argument 1 of 'long double sine(double)' 55 | long double sine ( double xvalue ) | ~~~~~~~^~~~~~

6th Jan 2021, 6:44 PM
Sky Yogash Shri
Sky Yogash Shri - avatar
3 Answers
+ 1
https://code.sololearn.com/cA20A233A21A above is the link for my code please help me figure the solution to run this program ... @Martin Taylor thank you for the explanation
7th Jan 2021, 9:04 AM
Sky Yogash Shri
Sky Yogash Shri - avatar