السلام عليكم ورحمة الله وبركاتة نرجو من جميع الاعضاء اللتزام بقوانين المنتدى وعدم نشر برنامج او فلم او اغنية او اي شئ له حقوق ملكية كما يمنع نشر السيريالات والكراكات للبرامج ومن يخالف تلك التعليمات سيتم حظر حسابة للابد والسلام عليكم ورحمة الله
0 votes
in المواقع والبرامج by (153k points)
The following summation is an approximation for computing the natural logarithm of a value x: log(x) =(x-1)-(1/2)*pow((x-1),2)+ (1/3)*pow((x-1),2)-(1/4)*pow((x-1),4) Write a C++ program that reads three values of x (x≠0) from the user and displays the values of their approximated logarithms as well as the real values of their logarithms and the difference between the two values. . ‏

Please log in or register to answer this question.

...