static double calculateKiloAndCentimeters({ required double weight, required double height, }) { return weight / ((height / 100) * (height / 100)); }