#include "f2c.h"
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 CEIL | ( | x | ) | ((int)(x) + ((x) > 0 && (x) != (int)(x))) |
#define CEIL | ( | x | ) | ((int)(x) + ((x) > 0 && (x) != (int)(x))) |
integer i_dceiling | ( | doublereal * | x | ) |
Definition at line 27 of file i_ceiling.c.
integer i_sceiling | ( | real * | x | ) |
Definition at line 9 of file i_ceiling.c.