diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-10-31 22:12:07 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-10-31 22:12:07 +0900 |
| commit | 849c5ad243018c2f564be2d5db65b590081a8f9a (patch) | |
| tree | 6938534d0632fc606df3251f8fea6c0b9704b155 /services/blog | |
| parent | c42df43640b7d2354b3e0b8afc3bffc3d47d3214 (diff) | |
| download | nsfisis.dev-849c5ad243018c2f564be2d5db65b590081a8f9a.tar.gz nsfisis.dev-849c5ad243018c2f564be2d5db65b590081a8f9a.tar.zst nsfisis.dev-849c5ad243018c2f564be2d5db65b590081a8f9a.zip | |
feat(blog/content): update post /posts/2025-10-31/representing-single-value-with-half-open-float-interval/
Diffstat (limited to 'services/blog')
| -rw-r--r-- | services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj b/services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj index 170807e0..961cb89d 100644 --- a/services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj +++ b/services/blog/content/posts/2025-10-31/representing-single-value-with-half-open-float-interval.dj @@ -2,7 +2,7 @@ [article] uuid = "39d3d137-f18d-4d88-8ef6-7be9cc2f3f0b" title = "浮動小数点数の半開区間で単一値を表現する" -description = "IEEE 754 の nextUp 操作を用いて,浮動小数点数の半開区間で単一値を指定するテクニックを紹介する。" +description = "IEEE 754 の nextUp 操作を用いて、浮動小数点数の半開区間で単一値を表現するテクニックを紹介する。" tags = [ "float", "php", |
