Skip to content

Commit

Permalink
docs: change lost precision description when converted to float
Browse files Browse the repository at this point in the history
  • Loading branch information
kuron99 committed Mar 31, 2024
1 parent 3ba9d4d commit 5b3bb25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/ja/scalar-expressions-and-types.md
Original file line number Diff line number Diff line change
Expand Up @@ -1202,7 +1202,7 @@ notes:

数値型分類 ~ `float`
~ `v``T` の表現可能な数値の最小値から最大値の範囲に収まっている場合、 `v` に近しい `T` の表現可能な数値 `v'` が式の評価結果となる。
そうでない場合、`T` の表現可能な数値のうち `v'` に最も近いものが評価結果となり、**精度が失われる**
そうでない場合、`T` の表現可能な数値のうち `v'` に最も近いものが評価結果となる (精度は失われない)

なお、実際にどのような `v'` が選ばれるかはシステムに依存する。

Expand Down

0 comments on commit 5b3bb25

Please sign in to comment.