Differences

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

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
real_value_type [2012/09/27 20:14]
admin created
real_value_type [2013/08/06 23:09]
admin [Double Type]
Line 2: Line 2:
  
 A [[wp>​Real_number|double number]] denotes all fractional and non-fractional values. A [[wp>​Real_number|double number]] denotes all fractional and non-fractional values.
 +
 +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 9: 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.