Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
modf(3)
Edit
PageHistory
Diff
Info
LikePages
MODF !!!MODF NAME SYNOPSIS DESCRIPTION RETURN VALUE CONFORMING TO SEE ALSO ---- !!NAME modf - extract signed integral and fractional values from floating-point number !!SYNOPSIS __#include __ ''x''__, double *__''iptr''__); __ !!DESCRIPTION The __modf()__ function breaks the argument ''x'' into an integral part and a fractional part, each of which has the same sign as ''x''. The integral part is stored in ''iptr''. !!RETURN VALUE The __modf()__ function returns the fractional part of ''x''. !!CONFORMING TO SVID 3, POSIX, BSD 4.3, ISO 9899 !!SEE ALSO frexp(3), ldexp(3) ----
3 pages link to
modf(3)
:
Man3m
frexp(3)
ldexp(3)
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.