xref: /386bsd/usr/share/man/cat3/fabs.0 (revision a2142627)
1FABS(3)                   386BSD Programmer's Manual                   FABS(3)
2
3NNAAMMEE
4     ffaabbss - floating-point absolute value function
5
6SSYYNNOOPPSSIISS
7     ##iinncclluuddee <<mmaatthh..hh>>
8
9     _d_o_u_b_l_e
10     ffaabbss(_d_o_u_b_l_e _x)
11
12DDEESSCCRRIIPPTTIIOONN
13     The ffaabbss() function computes the absolute value of a floating-point
14     number _x.
15
16RREETTUURRNN VVAALLUUEESS
17     The ffaabbss() function returns the absolute value of _x.
18
19SSEEEE AALLSSOO
20     abs(3),  ceil(3),  floor(3),  rint(3),  ieee(3),  math.3
21
22SSTTAANNDDAARRDDSS
23     The ffaabbss() function conforms to ANSI C3.159-1989 (``ANSI C'').
24
25BSD Experimental                  May 2, 1991                                1
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67