Searched refs:CALORIES_PER_WATT (Results 1 – 1 of 1) sorted by relevance
22 private const val CALORIES_PER_WATT = 20.65 constant31 return (watts * CALORIES_PER_WATT).roundToLong() in convertCaloriesFromWatts()41 return calories / CALORIES_PER_WATT in convertWattsFromCalories()