using the series definition of e^+-jx,
develop an algorithm using pseudocode for computing cos(x) and sin(x)
use a sentinel controlled while loop
your accuracy should be at least to two decimal please help me out i need the solution for submission before monday, please
please
1
Expert's answer
2014-03-24T11:10:17-0400
#include <iostream> #include <math.h>
using namespace std;
const long N=12; #define M_PI 3.1415926535897932384626433832795
Comments
Leave a comment