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/06 23:09]
admin [Double Type]
Line 4: Line 4:
  
 This value is defined as a [[wp>​Double_precision_floating-point_format|double precision floating point number]], according to the IEEE754 standard. This value is defined as a [[wp>​Double_precision_floating-point_format|double precision floating point number]], according to the IEEE754 standard.
 +
 +Any numeric type can be automatically converted to double and doubles can be automatically converted to any other numeric type ([[Int Type]], [[Non Negative Int Type]] and [[Positive Int Type]]). Doubles can also be automatically converted to [[String Type]] and [[Bool Type]].
  
 ===== GUI Editor ===== ===== GUI Editor =====
Line 11: Line 13:
 ===== 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.