diff options
| author | nsfisis <nsfisis@gmail.com> | 2025-10-29 03:07:59 +0900 |
|---|---|---|
| committer | nsfisis <nsfisis@gmail.com> | 2025-10-29 03:07:59 +0900 |
| commit | d962d14204ac9d15dbc4cb9b2b65055bcee8c5b2 (patch) | |
| tree | d0a97f8f2b93f3548245bebcf4cfeebf4b46e5c4 /slides.typ | |
| parent | 5c19575fb057db54d804abc2b3f8cf11bfbaf5d0 (diff) | |
| download | phpstudy-180-slides-main.tar.gz phpstudy-180-slides-main.tar.zst phpstudy-180-slides-main.zip | |
Diffstat (limited to 'slides.typ')
| -rw-r--r-- | slides.typ | 31 |
1 files changed, 28 insertions, 3 deletions
@@ -141,9 +141,19 @@ $(1+p)/2$ が入る --- +[1, p) \ +間に 1 しか入らない範囲? + +都合の良い p は存在しない + +--- + +[1, 1より少しだけ大きい値) \ +間に 1 しか入らない範囲 + 実数では無理 -#pause +--- コンピュータ上の実数なら? @@ -197,6 +207,18 @@ p = 1.0000000000000002 --- +p = 1.0000000000000002 + +1 < x < p となるような \ +x は存在しない (表せない) + +--- + +1 と p のバイナリ表現を \ +見てみる + +--- + #[ #set text(size: 0.7em) 1 = \ @@ -268,14 +290,17 @@ y = nextUp(x) --- -PHP には \ +PHP には? + +#pause + nextUp も nextDown も \ 無い! --- 無いので作りました \ -#link("https://packagist.org/packages/nsfisis/next-after")[nsfisis/php-next-after] +#link("https://packagist.org/packages/nsfisis/next-after")[nsfisis/next-after] --- |
