Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kimonohanger committed Nov 2, 2019
1 parent b07ad25 commit c9d0cd7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 012-floating-point.md
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ $$仮数 \times 2^{指数}$$

~~~cpp
// 5496
double a = 0xabc.0p0 ;
double a = 0xabc.0p1 ;
// 7134
double b = 0xde.fp5 ;
~~~
Expand Down

0 comments on commit c9d0cd7

Please sign in to comment.