KPG1_CEIL

Returns the smallest integer larger than or equal to a supplied value

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.