Lines Matching full:functions
16 Functions in this library provide common elementary mathematical functions and
18 on. See \fBstandards\fR(7). Additional functions in this library provide
197 ISO/IEC 9899:1999, also known as C99, specifies the functions listed in the
198 following tables and states that the accuracy of these functions is
200 of these functions as implemented in \fBlibm.so.2\fR. For each function,
231 .SS "Real Functions"
232 .SS "Single precision real functions (SPARC, x86, and amd64)"
271 .SS "Double precision real functions (SPARC and amd64)"
310 .SS "Double precision real functions (x86)"
349 .SS "Quadruple precision real functions (SPARC)"
388 .SS "Extended precision real functions (x86 and amd64)"
458 .SS "Complex functions"
459 The real-valued complex functions \fBcabsf\fR, \fBcabs\fR, \fBcabsl\fR,
460 \fBcargf\fR, \fBcarg\fR, and \fBcargl\fR are equivalent to the real functions
463 the latter functions also apply to the former.
466 The complex functions listed below are complex-valued. For each function, the
472 .SS "Single precision complex functions (SPARC and amd64)"
493 .SS "Single precision complex functions (x86)"
514 .SS "Double precision complex functions (SPARC and amd64)"
535 .SS "Double precision complex functions (x86)"
556 .SS "Quadruple precision complex functions (SPARC)"
577 .SS "Extended precision complex functions (x86 and amd64)"
606 The complex hyperbolic trigonometric functions are equivalent by symmetries to
608 functions exploit these symmetries, corresponding functions have the same error
669 Unsafe. All other functions in \fBlibm.so.2\fR are MT-Safe.