fabs

Returns the absolute value of a floating-point value.

Format

#include  <math.h>

double fabs  (double x);

Argument

x
A real value.

Return Value
The absolute value of the argument. 


Previous Page | Next Page | Table of Contents | Index