100% c prog to print e^t using మాధవన్ సిరీస్

//program to display the value of e^t  for mod(t) <1
#include<stdio.h>
void main()
{
 int i,n;
 float t,temp, total=0;
 printf("\n enter the value of t :");
scanf("%f",&t);
printf("\n enter no of terms:");
scanf("%f",&n);
temp=1;
for(i=1;i<=n;i++)
{
  total=total+(temp);
  temp=temp*t/(i);
}
printf("\n\n e^t =%f",total);
}



ఔట్పుట్  తెర మీద 
enter the value of t :0.0
enter no of terms:3
e^t =1.000000

enter the value of t :0.5
enter no of terms:4
e^t =1.648721


enter the value of t :2
enter no of terms:7
e^t =7.389057

కామెంట్‌లు

ఈ బ్లాగ్ నుండి ప్రసిద్ధ పోస్ట్‌లు

100% C prog to write content into a file and then read it back onto the console

Spic macay

శ్రీరస్తు.. రామలింగ 18-1-24 (సూరసాని వారి ఆహ్వానము)