answersLogoWhite

0


Best Answer

#include

#include

#include

#define pi 3.14

void main()

{

float degree,tanvalue;

clrscr();

printf("Enter degree:\n");

scanf("%f",°ree);

tanvalue=tan(degree*(pi/180.0));

printf("tan value of %.2f is %.2f",degree,tanvalue);

getch();

}

User Avatar

Wiki User

11y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: C Program for finding tanx series?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Program for sin series in c language?

find the program in c-pgms.blogspot.com


Write a c program Fibonacci series using for loop in java?

Exactly what do you mean by 'C program in Java'


What is the integral of tan cubed x secx dx?

This is a trigonometric integration using trig identities. S tanX^3 secX dX S tanX^2 secX tanX dX S (secX^2 -1) secX tanX dX u = secX du = secX tanX S ( u^2 - 1) du 1/3secX^3 - secX + C


Basic parts of TURBO C program?

Editor - edits text Compiler - compiles the program Linker - links the program Debugger - helps finding bugs


What is the differentiate of y equals tanx plus c?

y' = (sec(x))^2


Write a c program to solve cos series?

Please do.


Write a C program to print the following series 112 122 . 1n2?

write a program to print the series 1/12+1/22+.........+1/n2 ?


Can you explain the program of Fibonacci series in c?

You mean you have written a program, but you don't understand it? Well, how could I explain it without seeing it?


Write a c program for false position method?

Write a simple program in finding roots x^3-6x^2+11x-6.1=0


What is the c program to find fibnocci series?

#include<stdio.h> #include<conio.h> void main() { }


How do you write a C program to Calculate the Series. The Value of x and n must take from input terminal.?

Reference:cprogramming-bd.com/c_page2.aspx# sum the series


Program to generate Fibonacci series using storage class in c plus plus?

i dn't know. haha