FABS

Section: C Library Functions (3)
Index Return to Main Contents

BSD mandoc
 

NAME

fabs - floating-point absolute value function  

SYNOPSIS

Fd #include <math.h> Ft double Fn fabs double x Ft float Fn fabsf float x  

DESCRIPTION

The Fn fabs and Fn fabsf functions compute the absolute value of a floating-point number Fa x .  

RETURN VALUES

The Fn fabs function returns the absolute value of Fa x .  

SEE ALSO

abs(3), ceil(3), floor(3), rint(3), ieee(3), math(3)  

STANDARDS

The Fn fabs function conforms to St -ansiC .


 

Index

NAME
SYNOPSIS
DESCRIPTION
RETURN VALUES
SEE ALSO
STANDARDS

This document was created by man2html, using the manual pages.
Time: 21:44:10 GMT, August 05, 2022