Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
real_value_type [2012/09/27 20:19]
admin
real_value_type [2013/08/08 03:26]
admin
Line 11: Line 11:
 ===== EGO Script ===== ===== EGO Script =====
  
-Doubles in Dinamica EGO uses the standard representation for real numbers.+Doubles in Dinamica EGO uses the standard representation for floating point numbers.
  
   * 1, 2, 198 etc.   * 1, 2, 198 etc.
Line 17: Line 17:
   * -1.002, -2321.3441, -198.4455 etc.   * -1.002, -2321.3441, -198.4455 etc.
   * 5.45e-32, -34.211e+45 etc (MeE, where M is a mantissa and E is the exponent denotes M*10<​sup>​P</​sup>​) ​   * 5.45e-32, -34.211e+45 etc (MeE, where M is a mantissa and E is the exponent denotes M*10<​sup>​P</​sup>​) ​
 +
 +===== Automatic Conversions =====
 +
 +  * **Converted from**: [[Int Type]], [[Non Negative Int Type]], [[Positive Int Type]], [[Bool Type]], [[String Type]], [[Log Tag Type]] and [[Table Value Type]].
 +
 +  * **Converted to**: [[Int Type]], [[Non Negative Int Type]], [[Positive Int Type]], [[Bool Type]], [[Null Value Type]], [[Log Tag Type]], [[Percent Type]], [[String Type]], [[Cell Type Type|Cell Type]], [[Tuple Type]] and [[Table Value Type]].