answersLogoWhite

0

#include<stdio.h>

#include<conio.h>

#include<math.h>

void main()

{

const float pi=3.14;

float angle,radian;

clrscr();

printf("Angle\t Radian\t\t sin\t\t cos\t\t tangent");

for(angle=0;angle<=180;angle+=10)

{

radian=(pi/180.0)*angle;

printf("\n%0.0f\t%f\t%f\t%f\t%f",angle,radian,sin(radian),cos(radian),tan(radian));

}

getch();

}

User Avatar

Wiki User

15y ago

What else can I help you with?

Related Questions

What does the trigonometric table do?

trigonometric table gives the values of all the trigonometric functions for any angle. i.e; it gives the numerical values of sine, cosine, tangent etc for any angle between 0 to 180 degrees the values for other angles can be calculated using these.


Dry run table in flow-chart?

/* my second program in C++ with more comments */ #include &lt;iostream&gt; using namespace std; int main () { cout &lt;&lt; "Hello World! "; // prints Hello World! cout &lt;&lt; "I'm a C++ program"; // prints I'm a C++ program return 0; }


Why trigonometric table are not zero?

PLEASE rephrase that. I don't speak broken


What components of the interpreter contains the values of the data items declared in the program being interpreted?

Symbol table


Trigonometric table for decimal value of theta?

Oh honey, just use a calculator. Trigonometric tables are so last century. Type in your decimal value of theta, hit the sin, cos, or tan button, and voila! Math magic at your fingertips. No need to flip through dusty old tables like a math detective.


What mathematician created trigonometry?

Trigonometry goes back to ancient times. The first trigonometric table is attributed to Hipparchus of Nicaea.


What is table of cosines?

It is a table that gives the cosines of angles, usually from 0 to 90 degrees in steps on 0.1 degree. These were used extensively for trigonometric calculations before the advent of computers.


Table of values?

NRRRGGH!


What advantages can you see of having a function rule instead of a table of values?

A table of values is no use if the domain is infinite.


What is a table of values?

A table you make to find the coordinates to graph.


What is the definition of Table of value?

to have the values of x and y in a table


What is the domain of a function shown by a table?

The domain of a function represented by a table consists of all the input values (usually the x-values) listed in the table. These values indicate the specific points at which the function is defined. To determine the domain, simply identify and list the unique x-values from the table. If any values are missing or not represented, they are excluded from the domain.