Ticket #3313 (assigned defect)

Opened 2 years ago

Last modified 2 years ago

number conversion

Reported by: weyrick Assigned to: tim (accepted)
Priority: high Milestone: 3.0.0 release
Component: Core Version: trunk
Severity: minor Keywords:
Cc:

Description (Last modified by weyrick)

$test='2507972608';
$test2=$test/1024/1024/1024;
echo "Test =  $test2";

gives : -1.66426849......
it suppouse to give : 2.33573150635

Change History

04/15/07 08:47:25 changed by root

  • milestone deleted.

Milestone 2.1.0 beta deleted

04/15/07 11:07:52 changed by weyrick

  • priority changed from normal to high.
  • version changed from 2.1.0 beta to trunk.
  • type set to defect.
  • description changed.
  • milestone set to 3.0.0 release.