Penguin
Annotated edit history of fabsf(3) version 1, including all changes. View license author blame.
Rev Author # Line
1 perry 1 FABS
2 !!!FABS
3 NAME
4 SYNOPSIS
5 DESCRIPTION
6 ERRORS
7 CONFORMING TO
8 SEE ALSO
9 ----
10 !!NAME
11
12
13 fabs, fabsf, fabsl - absolute value of floating-point number
14 !!SYNOPSIS
15
16
17 __#include
18 __ ''x''__);
19 float fabsf(float__ ''x''__);
20 long double fabsl(long double__ ''x''__);
21 __
22 !!DESCRIPTION
23
24
25 The __fabs__ functions return the absolute value of the
26 floating-point number ''x''.
27 !!ERRORS
28
29
30 No errors can occur.
31 !!CONFORMING TO
32
33
34 The __fabs()__ function conforms to SVID 3, POSIX, BSD
35 4.3, ISO 9899. The other functions are from
36 C99.
37 !!SEE ALSO
38
39
40 abs(3), ceil(3), floor(3),
41 labs(3), rint(3)
42 ----
This page is a man page (or other imported legacy content). We are unable to automatically determine the license status of this page.