Skip to content

Commit

Permalink
Added IEEE 754 compliance around NaN.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MineCake147E committed Aug 16, 2024
1 parent 7f24f73 commit 45f809d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions unreleased/IEEE 754 compliance around NaN.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
- 関数`Core:pow``Core:div``Math:sqrt`が例外を発生する問題を修正。
- `0 / 0``-1 ^ 0.5``Math:sqrt(-1)``NaN`を返すようになります。
- `NaN``v != v`により検出できます。

0 comments on commit 45f809d

Please sign in to comment.