Home
Main website
Display Sidebar
Hide Ads
Recent Changes
View Source:
truncl(3)
Edit
PageHistory
Diff
Info
LikePages
TRUNC !!!TRUNC NAME SYNOPSIS DESCRIPTION RETURN VALUE ERRORS CONFORMING TO SEE ALSO ---- !!NAME trunc, truncf, truncl - round to interger, towards zero !!SYNOPSIS __#include __ ''x''__); float truncf(float__ ''x''__); long double truncl(long double__ ''x''__); __ !!DESCRIPTION These functions round ''x'' to the nearest integer not larger in absolute value. !!RETURN VALUE The rounded integer value. If ''x'' is integral, infinite or NaN, ''x'' itself is returned. !!ERRORS None. !!CONFORMING TO C99. !!SEE ALSO ceil(3), floor(3), lrint(3), nearbyint(3), rint(3), round(3) ----
One page links to
truncl(3)
:
Man3t
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.