Museum

Home

Lab Overview

Retrotechnology Articles

Online Manuals

⇒ () — Coherent 3.1.0

Media Vault

Software Library

Restoration Projects

Artifacts Sought


fabs()                 Mathematics Function                fabs()




Compute absolute value

#include <math.h>
double fabs(z) double z;

fabs implements  the absolute value function.  It  returns z if z
is zero or positive, or -z if z is negative.

***** Example *****

For an example of this function, see the entry for ceil.

***** See Also *****

abs(), ceil(), floor(), frexp(), mathematics library









































COHERENT Lexicon                                           Page 1


Typewritten Software • bear@typewritten.org • Edmonds, WA 98026