Posts Tagged ‘fabs’
abs, labs, llabs, imaxabs – compute the absolute value of an integer
USAGE
#include <stdlib.h>
int abs(int j);
long int labs(long int j);
long long int llabs(long long int j);
[...]
abs, labs, llabs, imaxabs – compute the absolute value of an integer
USAGE
#include <stdlib.h>
int abs(int j);
long int labs(long int j);
long long int llabs(long long int j);
[...]