Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
DecimalFormat と NumberFormat を使用した丸めの例を数多く見てきましたが、これらは使用すると文字列を返します。はい、 parse を使用して数値を取得できることはわかっていますが、これにより複雑さが増します。
では、double を指定された精度に丸め、可能な限り少ない中間ステップで double を返すにはどうすればよいでしょうか?