rint(3) netbsd man page | unix.com

Query: rint

OS: netbsd

Section: 3

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

RINT(3) 						   BSD Library Functions Manual 						   RINT(3)

NAME
rint, rintf -- round to integral value in floating-point format
LIBRARY
Math Library (libm, -lm)
SYNOPSIS
#include <math.h> double rint(double x); float rintf(float x);
DESCRIPTION
The rint() function returns the integral value (represented as a double precision number) nearest to x according to the prevailing rounding mode.
SEE ALSO
abs(3), ceil(3), fabs(3), floor(3), math(3)
HISTORY
A rint() function appeared in Version 6 AT&T UNIX.
BSD
March 10, 1994 BSD
Related Man Pages
rintf(3) - freebsd
llrintl(3) - mojave
rintf(3) - opendarwin
rint(3) - freebsd
nearbyint(3) - freebsd
Similar Topics in the Unix Linux Community
Print rows, having pattern in specific column...
Setting printer paper length using unix commands
Print filename and last line using awk
Look up 2 files and print the concatenated output
How to print values that are greater than 0.1 in at least 80% of the samples?