diff options
Diffstat (limited to 'services/nuldoc/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.md')
| -rw-r--r-- | services/nuldoc/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/services/nuldoc/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.md b/services/nuldoc/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.md index 3d0ea07f..3566e549 100644 --- a/services/nuldoc/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.md +++ b/services/nuldoc/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.md @@ -4,8 +4,8 @@ uuid = "39d3d137-f18d-4d88-8ef6-7be9cc2f3f0b" title = "浮動小数点数の半開区間で単一値を表現する" description = "IEEE 754 の nextUp 操作を用いて、浮動小数点数の半開区間で単一値を表現するテクニックを紹介する。" tags = [ - "float", - "php", + "float", + "php", ] [[article.revisions]] |
