QABS(3) BSD Library Functions Manual QABS(3)NAMEqabs -- return the absolute value of a quad integerLIBRARYStandard C Library (libc, -lc)SYNOPSIS#include <stdlib.h> quad_t qabs(quad_t j);DESCRIPTIONThe qabs() function returns the absolute value of the quad integer j.SEE ALSOabs(3), cabs(3), floor(3), imaxabs(3), labs(3), llabs(3), math(3)BUGSThe absolute value of the most negative integer remains negative.BSDJune 29, 1991 BSD
| Related Man Pages |
|---|
| abs(3) - redhat |
| imaxabs(3) - redhat |
| abs(3) - centos |
| imaxabs(3) - centos |
| llabs(3) - centos |
| Similar Topics in the Unix Linux Community |
|---|
| Memory Leaks |
| How to install PGX32 on Sparc 10 Ultra? |
| Better to Use Return Code or wc -l Output? |
| RFC - Korn shell prompt |
| Make bold chars in UNIX |