Skip to content

Commit

Permalink
Update update.md
Browse files Browse the repository at this point in the history
  • Loading branch information
taroyabuki committed Jun 14, 2024
1 parent 5fdf20b commit 0b76564
Showing 1 changed file with 4 additions and 6 deletions.
10 changes: 4 additions & 6 deletions update.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,8 @@

場所|誤|正
--|--|--
p.28 (2.10)|$2^{b-1023_{10}}$|$2^{e-1023_{10}}$
p.28 (2.10)の下の行|$s$は$2$桁の数|$s$は$1$桁の数
p.65 注意点2の1行目|「$x>10$ ならば $x>11x$」|「$x>10$ ならば $x>11$
p.65 注意点2の3行目|「$x\le 10$ または $x>11x$」|「$x\le 10$ または $x>11$
p.28 (2.10)|2<sup>b-1023<sub>10</sub></sup>|2<sup>e-1023<sub>10</sub></sup>
p.28 (2.10)の下の行|sは2桁の数|sは1桁の数
p.65 注意点2の1行目|「x>10 ならば x>11x」|「x>10 ならば x>11」
p.65 注意点2の3行目|「x≦10 または x>11x」|「x≦10 または x>11」

<script type="text/x-mathjax-config">MathJax.Hub.Config({tex2jax:{inlineMath:[['\$','\$'],['\\(','\\)']],processEscapes:true},CommonHTML: {matchFontHeight:false}});</script>
<script type="text/javascript" async src="https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.1/MathJax.js?config=TeX-MML-AM_CHTML"></script>

0 comments on commit 0b76564

Please sign in to comment.