Diff for /parser3/tests/163.html between versions 1.1 and 1.2

version 1.1, 2007/04/16 10:29:36 version 1.2, 2007/04/17 11:11:57
Line 14  $dResult($value1 * $value2) Line 14  $dResult($value1 * $value2)
   
 Operation: ^value1.format[%.2f] * ^value2.format[%.2f]<br /><br />  Operation: ^value1.format[%.2f] * ^value2.format[%.2f]<br /><br />
   
 Result: $dResult (auto format)<br />  #Result: ^dResult (auto format)<br />
 .format()[%.2f]: ^dResult.format[%.2f]<br />  .format[%.10f]: ^dResult.format[%.10f]<br />
 .int[]: ^dResult.int[]<br />  .int[]: ^dResult.int[]<br />
 ^^math:round(): ^math:round($dResult)<br />  ^^math:round(): ^math:round($dResult)<br />
 ^^math:ceiling(): ^math:ceiling($dResult)<br />  ^^math:ceiling(): ^math:ceiling($dResult)<br />

Removed from v.1.1  
changed lines
  Added in v.1.2


E-mail: