Table of Contents
Previous Section Next Section

labs

#include <stdlib.h>long int labs(long int num);

The labs( ) function returns the absolute value of num.

Related functions are abs( ) and llabs( ).


Table of Contents
Previous Section Next Section