C言語ホーム
>
その他、C言語の詳細について
>
標準ライブラリ一覧(ヘッダ毎)
|
標準ライブラリ一覧(アルファベット順)
> nexttowardf
サイト内検索:
nexttowardf
C言語の標準ライブラリnexttowardfのリファレンスです。
nexttowardf
<nexttowardf>
概要
2点を除いてnextafterfと同じ。
ヘッダ
#include <math.h>
I/F
float nexttowardf(float x, long double y);
戻り値
yの方向にあるxの次の値。
詳細
nexttowardf関数は、yの型がlongdoubleであること、xとyが同じならyをfloat型に変換して返却することを除いて、nextafterf関数と同じである。