tail head cat sleep
QR code linking to this page

manページ  — MODF

名称

modf – 浮動小数点数からの符号付きの整数値/小数値取り出し

内容

ライブラリ

Standard C Library (libc, -lc)

書式

#include <math.h>

double
modf(double value, double *iptr);

解説

modf() 関数は、整数部分と小数部分に引数 value を分割します。整数部分と 小数部分とは、引数と同じ符号になります。整数部分は、 iptr が指すオブジェクトに double として保存されます。

戻り値

modf() 関数は、 value の符号付き小数部分を返します。

関連項目

frexp(3), ldexp(3), math(3)

規格

modf() 関数は、 ISO/IEC 9899:1990 ("ISO C90") に適合しています。

MODF (3) June 4, 1993

tail head cat sleep
QR code linking to this page


このマニュアルページサービスについてのご意見は Ben Bullock にお知らせください。 Privacy policy.

Computer science would have progressed much further and faster if all of the time and effort that has been spent maintaining and nurturing Unix had been spent on a sounder operating system.
— The Unix Haters' handbook