Skip to content

Commit

Permalink
nextafterの説明を修正
Browse files Browse the repository at this point in the history
  • Loading branch information
yknishidate committed Apr 10, 2024
1 parent 0265481 commit 329b44c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion reference/cmath/nextafter.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ namespace std {
## 戻り値
パラメータ`x`の値をパラメータ`x`の方向に、表現可能な最小の値だけ進めた値を返す。
パラメータ`x`の値をパラメータ`y`の方向に、表現可能な最小の値だけ進めた値を返す。
`x`と`y`が等値である場合、`y`を返す。
Expand Down

0 comments on commit 329b44c

Please sign in to comment.