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
real_value_type [2015/10/11 23:04]
admin
real_value_type [2015/10/12 16:27]
admin [EGO Script]
Line 3: Line 3:
 A [[wp>​Real_number|real number]] denotes all fractional and non-fractional values. A [[wp>​Real_number|real 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. This type was previously known as "double".+This value is defined as a [[wp>​Double_precision_floating-point_format|double precision floating point number]], according to the IEEE754 standard. This type was previously known as "Double Type".
  
 ===== GUI Editor ===== ===== GUI Editor =====
Line 16: Line 16:
   * -1, -2, -198 etc.   * -1, -2, -198 etc.
   * -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 (Syntax ​MeE, where M is a mantissa and E is the exponent. It denotes M*10<​sup>​P</​sup>​) ​
  
 ===== Automatic Conversions ===== ===== Automatic Conversions =====