float value = mean(1.0, 2.0); // 平均値を計算 print(value); // 端末上に表示 // result: 1.5