Skip to content

Commit 120f1f6

Browse files
committed
reference/string/sto{d,ld}: 出力例を修正
1 parent c8928e4 commit 120f1f6

File tree

2 files changed

+3
-0
lines changed

2 files changed

+3
-0
lines changed

reference/string/stod.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,6 +101,7 @@ int main()
101101

102102
### 出力例
103103
```
104+
---- decimal point
104105
1.5
105106
1
106107
---- base = 8

reference/string/stold.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -101,8 +101,10 @@ int main()
101101

102102
### 出力例
103103
```
104+
---- decimal point
104105
1.5
105106
1
107+
---- base = 8
106108
500
107109
250
108110
---- base = 16

0 commit comments

Comments
 (0)