Using Math Functions
#include <math.h>
main()
{
double x, y;
x = 2.0054;
y = sin(x);
. . .
}
Previous slide
Next slide
Back to first slide
View graphic version