<rss xmlns:itunes="http://www.itunes.com/dtds/podcast-1.0.dtd" version="2.0">
  <channel>
    <title>MaplePrimes - answers and comments on Question, Why sin(x)/x is not considered as a function?</title>
    <link>http://www.mapleprimes.com/questions/142764-Why-Sinxx-Is-Not-Considered-As-A-Function</link>
    <language>en-us</language>
    <copyright>2026 Maplesoft, A Division of Waterloo Maple Inc.</copyright>
    <generator>Maplesoft Document System</generator>
    <lastBuildDate>Sat, 13 Jun 2026 20:51:57 GMT</lastBuildDate>
    <pubDate>Sat, 13 Jun 2026 20:51:57 GMT</pubDate>
    <itunes:subtitle />
    <itunes:summary />
    <description>The latest answers and comments added to the Question, Why sin(x)/x is not considered as a function?</description>
    <image>
      <url>http://www.mapleprimes.com/images/mapleprimeswhite.jpg</url>
      <title>MaplePrimes - answers and comments on Question, Why sin(x)/x is not considered as a function?</title>
      <link>http://www.mapleprimes.com/questions/142764-Why-Sinxx-Is-Not-Considered-As-A-Function</link>
    </image>
    <item>
      <title>Type function</title>
      <link>http://www.mapleprimes.com/questions/142764-Why-Sinxx-Is-Not-Considered-As-A-Function?ref=Feed:MaplePrimes:Why sin(x)/x is not considered as a function?:Comments#answer142766</link>
      <itunes:summary>&lt;p&gt;Type function in Maple means an expression of the form f(x) where x could be anything. Thus sin(1) is of type function.&lt;/p&gt;
&lt;p&gt;Your function f (in the mathematical sense) is of type procedure in Maple.&lt;/p&gt;
&lt;p&gt;Your aprox doesn't quite do what you want it to do though even with the type check change. Here is a modified version. You may want to include an evalf wrapped around [resp] at the end:&lt;/p&gt;
&lt;p&gt;aprox:=proc(fn::procedure,x::realcons,iteracions::integer)&lt;br&gt;local i,resp;&lt;br&gt;resp:=NULL;&lt;br&gt;for i from 1 to iteracions do&lt;br&gt;resp:=resp,[x+(1/i),fn(x+(1/i))];&lt;br&gt;end do;&lt;br&gt;[resp]&lt;br&gt;end proc;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Type function in Maple means an expression of the form f(x) where x could be anything. Thus sin(1) is of type function.&lt;/p&gt;
&lt;p&gt;Your function f (in the mathematical sense) is of type procedure in Maple.&lt;/p&gt;
&lt;p&gt;Your aprox doesn't quite do what you want it to do though even with the type check change. Here is a modified version. You may want to include an evalf wrapped around [resp] at the end:&lt;/p&gt;
&lt;p&gt;aprox:=proc(fn::procedure,x::realcons,iteracions::integer)&lt;br&gt;local i,resp;&lt;br&gt;resp:=NULL;&lt;br&gt;for i from 1 to iteracions do&lt;br&gt;resp:=resp,[x+(1/i),fn(x+(1/i))];&lt;br&gt;end do;&lt;br&gt;[resp]&lt;br&gt;end proc;&lt;br&gt;&lt;br&gt;&lt;/p&gt;</description>
      <guid>142766</guid>
      <pubDate>Tue, 29 Jan 2013 04:43:40 Z</pubDate>
      <itunes:author>Preben Alsholm</itunes:author>
      <author>Preben Alsholm</author>
    </item>
    <item>
      <title>Wow, thank you very much Preben Alsholm!</title>
      <link>http://www.mapleprimes.com/questions/142764-Why-Sinxx-Is-Not-Considered-As-A-Function?ref=Feed:MaplePrimes:Why sin(x)/x is not considered as a function?:Comments#comment142775</link>
      <itunes:summary>&lt;p&gt;Wow, thank you very much Preben Alsholm! It's so nice to see how people spend their valuable time helping the others! Have a nice day! :)&lt;/p&gt;</itunes:summary>
      <description>&lt;p&gt;Wow, thank you very much Preben Alsholm! It's so nice to see how people spend their valuable time helping the others! Have a nice day! :)&lt;/p&gt;</description>
      <guid>142775</guid>
      <pubDate>Tue, 29 Jan 2013 14:59:05 Z</pubDate>
      <itunes:author>Skyblue</itunes:author>
      <author>Skyblue</author>
    </item>
  </channel>
</rss>