<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Monomial</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Monomial/</link><description>Recent changes to Monomial</description><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Monomial/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 19 Feb 2014 16:04:26 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Monomial/feed" rel="self" type="application/rss+xml"/><item><title>Monomial modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Monomial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,6 +1,6 @@
 [[img src=memo_monomial.png]]

-A Monomial is a [Product](Product) of a numeric [Exponented](Exponented) by a literal [Item](Item). The exponent is not used in Monomial's code, so maybe it is assumed to be 1. (check this...)
+A Monomial is a [Product](Product) of a numeric [Exponented](Exponented) by a literal [Item](Item). The degree must be an integer *(should be a Value, but the code needs to ensure it)*. The 'outside' exponent is not used in Monomial's code, so maybe it is assumed to be 1. (check this...)

 __Possible args for \_\_init\_\_() :__
 DEFAULT | Monomial | (sign, coeff, degree) | (coeff, degree) | (RANDOMLY, max_coeff, max_degree)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Wed, 19 Feb 2014 16:04:26 -0000</pubDate><guid>https://sourceforge.net4446c2aa2b8b20b8301220eb94c8f2143386ab43</guid></item><item><title>Monomial modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Monomial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,11 +1,21 @@
-/!\ just a draft
 [[img src=memo_monomial.png]]

+A Monomial is a [Product](Product) of a numeric [Exponented](Exponented) by a literal [Item](Item). The exponent is not used in Monomial's code, so maybe it is assumed to be 1. (check this...)
+
 __Possible args for \_\_init\_\_() :__
-
+DEFAULT | Monomial | (sign, coeff, degree) | (coeff, degree) | (RANDOMLY, max_coeff, max_degree)

 __Fields :__
-
+sign: the getter has been rewritten *(not sure it was necessary, maybe delete this)*
+coeff: the coefficient of the Monomial, as a is (the numeric Exponented)
+degree: the degree of the Monomial. Must be an integer.
+letter: the letter of the Monomial (most of the time, and per default, it is Item 'x')
+raw_value: this is used to mimic an Item in the case of a 0-degree Monomial (use carefully!)
+value_inside: this is also used to mimic an Item in the case of a 0-degree Monomial (use carefully!)

 __Debugging info :__
 [[img src=dbg_monomial.png]]
+
+[Check Monomial's complete doc](http://mathmaker.sourceforge.net/participate/doc/classcore_1_1base__calculus_1_1Monomial.html)
+
+[Back to Core Objects](Core Objects)
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Wed, 19 Feb 2014 16:01:44 -0000</pubDate><guid>https://sourceforge.netfa703e0a6a4e7feba6108c21bd225400f43fdf1e</guid></item><item><title>Monomial modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Monomial/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Tue, 04 Feb 2014 19:29:08 -0000</pubDate><guid>https://sourceforge.net4b5a5018f99908a341db75dd13f3c42778b8e821</guid></item><item><title>Monomial modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Monomial/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;/!\ just a draft&lt;br /&gt;
&lt;img src="./attachment/memo_monomial.png" /&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Possible args for __init__() :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Fields :&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;Debugging info :&lt;/strong&gt;&lt;br /&gt;
&lt;img src="./attachment/dbg_monomial.png" /&gt;&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Tue, 04 Feb 2014 19:28:26 -0000</pubDate><guid>https://sourceforge.netd736f3962b447c9d67492be8b2f8f22b2699a89d</guid></item></channel></rss>