[public] / misc / unitconverter.cgi  

Diff of /misc/unitconverter.cgi

Parent Directory | Revision Log

version 2129, Thu Jan 18 07:14:12 2007 UTC version 2130, Thu Jan 18 07:20:18 2007 UTC
Line 88 
Line 88 
 }  }
   
 sub convert_g_pound {  sub convert_g_pound {
     return $_[0] / 0.45359237;      return $_[0] / 0.00045359237;
 }  }
   
 sub convert_pound_g {  sub convert_pound_g {
     return $_[0] * 0.45359237;      return $_[0] * 0.00045359237;
 }  }
   
 sub convert_sqf_sqm {  sub convert_sqf_sqm {


Generate output suitable for use with a patch program
Legend:
Removed from v.2129  
changed lines
  Added in v.2130

Tatsuhiko Miyagawa

Powered by ViewCVS 1.0-dev

ViewCVS and CVS Help