libm/machine: remove TRAD_SYNOPSIS
Signed-off-by: Yaakov Selkowitz <yselkowi@redhat.com>
This commit is contained in:
parent
ac8b60bdd1
commit
59822e777f
|
@ -22,15 +22,12 @@ INDEX
|
||||||
INDEX
|
INDEX
|
||||||
llrintl
|
llrintl
|
||||||
|
|
||||||
ANSI_SYNOPSIS
|
SYNOPSIS
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
long long int llrint(double x);
|
long long int llrint(double x);
|
||||||
long long int llrintf(float x);
|
long long int llrintf(float x);
|
||||||
long long int llrintl(long double x);
|
long long int llrintl(long double x);
|
||||||
|
|
||||||
TRAD_SYNOPSIS
|
|
||||||
ANSI-only.
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
The <<llrint>>, <<llrintf>> and <<llrintl>> functions round <[x]> to the nearest integer value,
|
The <<llrint>>, <<llrintf>> and <<llrintl>> functions round <[x]> to the nearest integer value,
|
||||||
according to the current rounding direction. If the rounded value is outside the
|
according to the current rounding direction. If the rounded value is outside the
|
||||||
|
|
|
@ -21,15 +21,12 @@ INDEX
|
||||||
INDEX
|
INDEX
|
||||||
lrintl
|
lrintl
|
||||||
|
|
||||||
ANSI_SYNOPSIS
|
SYNOPSIS
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
long int lrint(double x);
|
long int lrint(double x);
|
||||||
long int lrintf(float x);
|
long int lrintf(float x);
|
||||||
long int lrintl(long double x);
|
long int lrintl(long double x);
|
||||||
|
|
||||||
TRAD_SYNOPSIS
|
|
||||||
ANSI-only.
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
The <<lrint>>, <<lrintf>> and <<lrintl>> functions round <[x]> to the nearest integer value,
|
The <<lrint>>, <<lrintf>> and <<lrintl>> functions round <[x]> to the nearest integer value,
|
||||||
according to the current rounding direction. If the rounded value is outside the
|
according to the current rounding direction. If the rounded value is outside the
|
||||||
|
|
|
@ -21,15 +21,12 @@ INDEX
|
||||||
INDEX
|
INDEX
|
||||||
rintl
|
rintl
|
||||||
|
|
||||||
ANSI_SYNOPSIS
|
SYNOPSIS
|
||||||
#include <math.h>
|
#include <math.h>
|
||||||
double rint(double x);
|
double rint(double x);
|
||||||
float rintf(float x);
|
float rintf(float x);
|
||||||
long double rintl(long double x);
|
long double rintl(long double x);
|
||||||
|
|
||||||
TRAD_SYNOPSIS
|
|
||||||
ANSI-only.
|
|
||||||
|
|
||||||
DESCRIPTION
|
DESCRIPTION
|
||||||
The <<rint>>, <<rintf>> and <<rintl>> functions round <[x]> to an integer value
|
The <<rint>>, <<rintf>> and <<rintl>> functions round <[x]> to an integer value
|
||||||
in floating-point format, using the current rounding direction. They may
|
in floating-point format, using the current rounding direction. They may
|
||||||
|
|
Loading…
Reference in New Issue