-

Changes

Jump to: navigation, search

Functions HI-TECH C FABS

325 bytes added, 19:28, 31 July 2017
Created page with "<strong>FABS, CEIL, FLOOR<strong> ==SYNOPSIS== #include <math.h> double fabs(double f) double ceil(double f) double floor(double f) ==DESCRIPTION== These ro..."
<strong>FABS, CEIL, FLOOR<strong>
==SYNOPSIS==

#include <math.h>

double fabs(double f)
double ceil(double f)
double floor(double f)


==DESCRIPTION==
These routines return respectively the absolute value
of f, the smallest integral value not less than f, and
the largest integral value not greater than f.

Navigation menu