File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed
Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -101,8 +101,10 @@ int main()
101101
102102### 出力例
103103```
104+ ---- decimal point
1041051.5
1051061
107+ ---- base = 8
106108500
107109250
108110---- base = 16
@@ -172,8 +174,8 @@ float stof(const std::wstring& str, std::size_t* idx = nullptr) {
172174
173175## 関連リンク
174176### C標準ライブラリに由来する関数
175- - `atof`: `stold`は`atof`を`std::string`および`std::wsting `に対応させ、戻り値の型を`float`に変更したものと見なせる。
176- - `strtof`, `wcstof`: `stof`は`strtof`および`wcstof`をそれぞれ`std::string`と`std::wsting `に対応させたものと見なせる。
177+ - `atof`: `stold`は`atof`を`std::string`および`std::wstring `に対応させ、戻り値の型を`float`に変更したものと見なせる。
178+ - `strtof`, `wcstof`: `stof`は`strtof`および`wcstof`をそれぞれ`std::string`と`std::wstring `に対応させたものと見なせる。
177179
178180### ファミリー
179181- [`stoi`](stoi.md): 戻り値の型が`int`となったもの。
You can’t perform that action at this time.
0 commit comments