$price = "98.00";$num = 2;$total = $price * $num; $total.00 を維持するにはどうすればよいですか? ディスカッションへの返信 (解決策) number_format この関数は実装可能です echo sprintf("%.2f",98);