Browse Source

refactoring: description added

remotes/origin/develop
Sandro Welte 11 months ago
parent
commit
3bd356b725
  1. 6
      src/convert_ton_to_kg.h

6
src/convert_ton_to_kg.h

@ -3,6 +3,12 @@
#ifndef THEADMIRALS_CONVERT_TON_TO_KG_H #ifndef THEADMIRALS_CONVERT_TON_TO_KG_H
#define THEADMIRALS_CONVERT_TON_TO_KG_H #define THEADMIRALS_CONVERT_TON_TO_KG_H
// Convert tons to kilograms
// Parameters:
// tons: weight in tons
// Returns:
// The equivalent weight in kilograms
double tons_to_kg(double tons); double tons_to_kg(double tons);

Loading…
Cancel
Save