Floating point numbers

Floating point numbers ("doubles") can be specified using any of the following syntaxes:

  1  
  2 $a = 1.234; $a = 1.2e3;
  3