Defines | Functions
i_ceiling.c File Reference
#include "f2c.h"
Include dependency graph for i_ceiling.c:

Go to the source code of this file.

Defines

#define CEIL(x)   ((int)(x) + ((x) > 0 && (x) != (int)(x)))
#define CEIL(x)   ((int)(x) + ((x) > 0 && (x) != (int)(x)))

Functions

integer i_dceiling (doublereal *x)
integer i_sceiling (real *x)

Define Documentation

#define CEIL (   x)    ((int)(x) + ((x) > 0 && (x) != (int)(x)))
#define CEIL (   x)    ((int)(x) + ((x) > 0 && (x) != (int)(x)))

Function Documentation

Definition at line 27 of file i_ceiling.c.

Definition at line 9 of file i_ceiling.c.



swiftnav
Author(s):
autogenerated on Sat Jun 8 2019 18:56:52