Navigation

Operators and Keywords

Function List:

C++ API

round.c File Reference

#include <config.h>
#include <math.h>
#include <float.h>
Include dependency graph for round.c:
This graph shows which files directly or indirectly include this file:

Defines

#define ROUND   round
#define FLOOR   floor
#define CEIL   ceil
#define DOUBLE   double
#define MANT_DIG   DBL_MANT_DIG
#define MIN   DBL_MIN
#define L_(literal)   literal
#define HAVE_FLOOR_AND_CEIL   1
#define MINUS_ZERO   L_(-0.0)
#define FLOOR_BASED_ROUND   ROUND

Functions

DOUBLE FLOOR_BASED_ROUND (DOUBLE x)

Define Documentation

#define CEIL   ceil
#define DOUBLE   double
#define FLOOR   floor
#define FLOOR_BASED_ROUND   ROUND
#define HAVE_FLOOR_AND_CEIL   1
#define L_ (   literal  )     literal
#define MANT_DIG   DBL_MANT_DIG
#define MIN   DBL_MIN
#define MINUS_ZERO   L_(-0.0)
#define ROUND   round

Function Documentation

DOUBLE FLOOR_BASED_ROUND ( DOUBLE  x  ) 
 All Classes Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Defines