.\" This manpage has been automatically generated by docbook2man
.\" from a DocBook document. This tool can be found at:
.\"
.\" Please send any bug reports, improvements, comments, patches,
.\" etc. to Steve Cheng .
.TH "INT_SQRT" "" "06 October 2005" "" ""
.SH NAME
int_sqrt \- oom_kill.c internal function, rough approximation to sqrt
.SH SYNOPSIS
"SYNOPSIS"
.sp
\fB
.sp
unsigned int int_sqrt (unsigned int \fIx\fB);
\fR
.SH "ARGUMENTS"
.TP
\fB\fIx\fB\fR
integer of which to calculate the sqrt
.SH "DESCRIPTION"
.PP
A very rough approximation to the \fBsqrt\fR function.