Skip to content

Commit

Permalink
Fix a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
pvc1989 committed Dec 12, 2024
1 parent d66d55e commit 9cd821a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programming/csapp/2_bits_bytes_ints_floats.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ $$

记 $b \coloneqq 2^{k-1} - 1$,则除特殊值外
- $E(e) \coloneqq (e \mathbin{?} e : 1) - b$
- $M(f) \coloneqq (e \mathbin{?} 1 : 0) - b$
- $M(f) \coloneqq (e \mathbin{?} 1 : 0) + f$

根据 $e$ 的取值,可分为三种情形:

Expand Down

0 comments on commit 9cd821a

Please sign in to comment.