measurement conversions

The measurement unit calculator allows online conversions volume, surface (area), length.
  • To convert 1000m in km, you must enter the following formula :
    convert(`1000;m;km`) returns 1
  • To convert `1km^2` en `m^2`,you must enter the following formula:
    convert(`1;km^2;m^2`) returns 1000000
  • To convert `1m^3` en `l`, you must enter the following formula:
    convert(`1;m^3;l`) returns 1000
See also