<?xml version="1.0"?>
<oembed><version>1.0</version><provider_name>Linux Punx</provider_name><provider_url>https://linuxpunx.com.au</provider_url><title>C++ program for Exponential Series - Linux Punx</title><type>rich</type><width>600</width><height>338</height><html>&lt;blockquote class="wp-embedded-content"&gt;&lt;a href="https://linuxpunx.com.au/c-program-for-exponential-series/"&gt;C++ program for Exponential Series&lt;/a&gt;&lt;/blockquote&gt;
&lt;script type='text/javascript'&gt;
&lt;!--//--&gt;&lt;![CDATA[//&gt;&lt;!--
		/*! This file is auto-generated */
		!function(c,d){"use strict";var e=!1,n=!1;if(d.querySelector)if(c.addEventListener)e=!0;if(c.wp=c.wp||{},!c.wp.receiveEmbedMessage)if(c.wp.receiveEmbedMessage=function(e){var t=e.data;if(t)if(t.secret||t.message||t.value)if(!/[^a-zA-Z0-9]/.test(t.secret)){for(var r,a,i,s=d.querySelectorAll('iframe[data-secret="'+t.secret+'"]'),n=d.querySelectorAll('blockquote[data-secret="'+t.secret+'"]'),o=0;o&lt;n.length;o++)n[o].style.display="none";for(o=0;o&lt;s.length;o++)if(r=s[o],e.source===r.contentWindow){if(r.removeAttribute("style"),"height"===t.message){if(1e3&lt;(i=parseInt(t.value,10)))i=1e3;else if(~~i&lt;200)i=200;r.height=i}if("link"===t.message)if(a=d.createElement("a"),i=d.createElement("a"),a.href=r.getAttribute("src"),i.href=t.value,i.host===a.host)if(d.activeElement===r)c.top.location.href=t.value}}},e)c.addEventListener("message",c.wp.receiveEmbedMessage,!1),d.addEventListener("DOMContentLoaded",t,!1),c.addEventListener("load",t,!1);function t(){if(!n){n=!0;for(var e,t,r=-1!==navigator.appVersion.indexOf("MSIE 10"),a=!!navigator.userAgent.match(/Trident.*rv:11\./),i=d.querySelectorAll("iframe.wp-embedded-content"),s=0;s&lt;i.length;s++){if(!(e=i[s]).getAttribute("data-secret"))t=Math.random().toString(36).substr(2,10),e.src+="#?secret="+t,e.setAttribute("data-secret",t);if(r||a)(t=e.cloneNode(!0)).removeAttribute("security"),e.parentNode.replaceChild(t,e)}}}}(window,document);
//--&gt;&lt;!]]&gt;
&lt;/script&gt;&lt;iframe sandbox="allow-scripts" security="restricted" src="https://linuxpunx.com.au/c-program-for-exponential-series/embed/" width="600" height="338" title="&#x201C;C++ program for Exponential Series&#x201D; &#x2014; Linux Punx" frameborder="0" marginwidth="0" marginheight="0" scrolling="no" class="wp-embedded-content"&gt;&lt;/iframe&gt;</html><thumbnail_url>https://ubercloud.com.au/linuxpunx/wp-content/uploads/sites/3/2020/10/c-program-for-exponential-series.png</thumbnail_url><thumbnail_width>124</thumbnail_width><thumbnail_height>71</thumbnail_height><description>Before going to&nbsp;the program for Exponential&nbsp;Series&nbsp;first let us understand what is a Exponential Series? Exponential Series: &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp;&nbsp;Exponential Series&nbsp;is a series which is used to find the value of ex. The formula used to express the ex as Exponential Series is Expanding the above notation, the formula of Exponential Series is For example, &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; Let the value of x be&nbsp;3. So, the value of e3&nbsp;is 20.0855 Program code for Exponential Series in C: /* Program for Exponential Series */ #include&lt;iostream.h&gt; #include&lt;iomanip.h&gt; #include&lt;conio.h&gt; void main() { int i,&#x2026;</description></oembed>
