mirror of
https://github.com/SEPPDROID/Digital-Research-Source-Code.git
synced 2025-10-23 08:24:18 +00:00
18 lines
269 B
Plaintext
18 lines
269 B
Plaintext
.so macro
|
|
.he 'FABS''FABS'
|
|
.n FABS
|
|
fabs - floating point absolute
|
|
.sy SYNOPSIS
|
|
.nf
|
|
#include <math.h>
|
|
|
|
double
|
|
fabs(d)
|
|
double d;
|
|
.fi
|
|
.d DESCRIPTION
|
|
\&'fabs' returns the absolute value of a floating point number.
|
|
.fl FILES
|
|
math.h - declaration include file
|
|
.sa SEE ALSO
|