Computes a rounded towards plus infinity integer value for each vector element.
Name |
Type |
Description |
|---|---|---|
n |
FORTRAN: INTEGER, INTENT(IN) C: int |
Specifies the number of elements to be calculated. |
a |
FORTRAN: REAL, INTENT(IN) for vsceil DOUBLE PRECISION, INTENT(IN) for vdceil C: const float* for vsCeil const double* for vdCeil |
FORTRAN: Array, specifies the input vector a. C: Pointer to an array that contains the input vector a. |