- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑
Description:
This routine returns the smallest integer larger than or equal to a supplied value.
Invocation
RESULT
= KPG1_CEIL( VALUE )
Arguments
VALUE = REAL (Given)
The value.
Function Value
KPG1_CEIL = INTEGER The smallest integer larger than or equal to the supplied value.
- ←Prev
- KAPLIBS – Internal subroutines used within the KAPPA package.
- Next→
- TOC ↑