<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Value</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>Recent changes to Value</description><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Value/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 17 Feb 2014 16:56:22 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/mathmaker/doc4dev/Value/feed" rel="self" type="application/rss+xml"/><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v9
+++ v10
@@ -5,8 +5,6 @@
 Please note that Values do not derive from Exponented. No exponent.

 All numbers stored in a Value will be converted, if necessary, into decimal.Decimal and hence will provide associated methods (like rounding methods...). Value provides itself some methods more practical to use, that are kind of shortcuts for methods from decimal.Decimal.
-
-[Check Value's complete doc](http://mathmaker.sourceforge.net/participate/doc/classcore_1_1root__calculus_1_1Value.html)

 __Possible args for \_\_init\_\_() :__ Number|String

@@ -19,3 +17,7 @@

 __Debugging info :__
 [[img src=dbg_value.png]]
+
+[Check Value's complete doc](http://mathmaker.sourceforge.net/participate/doc/classcore_1_1root__calculus_1_1Value.html)
+
+[Back](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>Mon, 17 Feb 2014 16:56:22 -0000</pubDate><guid>https://sourceforge.netb9afb2001c2337dcb0d0751ea4338f85417b6cbc</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v8
+++ v9
@@ -1,18 +1,18 @@
-/!\ just a draft
-
 [[img src=memo_value.png]]

-This class is just a kind of wrapper for simple numbers and strings. If any other object needs to use a number or a string in its fields, it must embed it in a Value. This is to be sure that any field is actually an object that provides all methods of Value and hence can be tested, evaluated etc. as any other Calculable object.
+This class is just a kind of wrapper for simple numbers and strings. If any other object needs to use a number or a string in its fields, it must embed it in a Value. This is to be sure that any field is actually an object that provides all methods of Value and hence can be tested, evaluated etc. as any other Calculable object (and more !).

 Please note that Values do not derive from Exponented. No exponent.

 All numbers stored in a Value will be converted, if necessary, into decimal.Decimal and hence will provide associated methods (like rounding methods...). Value provides itself some methods more practical to use, that are kind of shortcuts for methods from decimal.Decimal.

+[Check Value's complete doc](http://mathmaker.sourceforge.net/participate/doc/classcore_1_1root__calculus_1_1Value.html)
+
 __Possible args for \_\_init\_\_() :__ Number|String

 __Fields :__
-**read-only** raw_value : contains the number or the string
+raw_value : (*read-only* field) contains the number or the string
 has_been_rounded : boolean to tell if the raw_value is a number that has been rounded before
 sign : is just the sign of the Value
 unit : is just the unit associated to the Value
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Mon, 10 Feb 2014 20:44:15 -0000</pubDate><guid>https://sourceforge.net7eec51f4bcc26e76d686f8f92a461393ef4e3dfc</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v7
+++ v8
@@ -8,11 +8,14 @@

 All numbers stored in a Value will be converted, if necessary, into decimal.Decimal and hence will provide associated methods (like rounding methods...). Value provides itself some methods more practical to use, that are kind of shortcuts for methods from decimal.Decimal.

-__Possible args for \_\_init\_\_() :__
+__Possible args for \_\_init\_\_() :__ Number|String

 __Fields :__
-
+**read-only** raw_value : contains the number or the string
+has_been_rounded : boolean to tell if the raw_value is a number that has been rounded before
+sign : is just the sign of the Value
+unit : is just the unit associated to the Value

 __Debugging info :__
 [[img src=dbg_value.png]]
&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Mon, 10 Feb 2014 20:38:38 -0000</pubDate><guid>https://sourceforge.net4996a276cedb746f40bcd8631554ab6c73295d35</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v6
+++ v7
@@ -1,6 +1,12 @@
 /!\ just a draft

 [[img src=memo_value.png]]
+
+This class is just a kind of wrapper for simple numbers and strings. If any other object needs to use a number or a string in its fields, it must embed it in a Value. This is to be sure that any field is actually an object that provides all methods of Value and hence can be tested, evaluated etc. as any other Calculable object.
+
+Please note that Values do not derive from Exponented. No exponent.
+
+All numbers stored in a Value will be converted, if necessary, into decimal.Decimal and hence will provide associated methods (like rounding methods...). Value provides itself some methods more practical to use, that are kind of shortcuts for methods from decimal.Decimal.

 __Possible args for \_\_init\_\_() :__

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Wed, 05 Feb 2014 19:38:13 -0000</pubDate><guid>https://sourceforge.net62ea1448310c58ff71c9afaf446105d5e27abf23</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v5
+++ v6
@@ -1,5 +1,4 @@
 /!\ just a draft
-[Back](Core Objects)

 [[img src=memo_value.png]]

&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 20:12:36 -0000</pubDate><guid>https://sourceforge.net0eeb1fb61d3178a27afb95b7dc10df95da85cb43</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,4 +1,5 @@
 /!\ just a draft
+[Back](Core Objects)

 [[img src=memo_value.png]]

&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 20:10:18 -0000</pubDate><guid>https://sourceforge.nete3c8eeb3d73e5755f8a8b3ab4b4e0ab17c0748c3</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v3
+++ v4
@@ -1,3 +1,5 @@
+/!\ just a draft
+
 [[img src=memo_value.png]]

 __Possible args for \_\_init\_\_() :__
&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:26:04 -0000</pubDate><guid>https://sourceforge.net44113f72e53ecdaa68a6a469271fdd60196c0231</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v2
+++ v3
@@ -1,4 +1,4 @@
-
+[[img src=memo_value.png]]

 __Possible args for \_\_init\_\_() :__

@@ -7,3 +7,4 @@

 __Debugging info :__
+[[img src=dbg_value.png]]
&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:17:07 -0000</pubDate><guid>https://sourceforge.net1d99d2fee739f88d679bdc7d7cf32a3f45a563ea</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v1
+++ v2
@@ -1,9 +1,9 @@
-quick description

-memo picture

-possible args for \_\_init\_\_()
+__Possible args for \_\_init\_\_() :__

-fields

-debugging info (picture)
+__Fields :__
+
+
+__Debugging info :__
&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:14:16 -0000</pubDate><guid>https://sourceforge.net0cba71fc205822799d42e48ddeb6b2cdd1b371e2</guid></item><item><title>Value modified by Nicolas Hainaux</title><link>https://sourceforge.net/p/mathmaker/doc4dev/Value/</link><description>&lt;div class="markdown_content"&gt;&lt;p&gt;quick description&lt;/p&gt;
&lt;p&gt;memo picture&lt;/p&gt;
&lt;p&gt;possible args for __init__()&lt;/p&gt;
&lt;p&gt;fields&lt;/p&gt;
&lt;p&gt;debugging info (picture)&lt;/p&gt;&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Nicolas Hainaux</dc:creator><pubDate>Sun, 02 Feb 2014 19:13:23 -0000</pubDate><guid>https://sourceforge.net3f6e14a0d75f28281865292672d1ad413cc5bc6d</guid></item></channel></rss>