MSlCeil


Routine

long int MSlCeil (long n, long m)

Purpose

Ceiling function for the ratio of two long ints

Description

This routine calculates the ceiling function of the ratio n/m. It returns the smallest integer that is greater than or equal to the quotient.

Parameters

<- long int MSlCeil
Returned integer value
-> long int n
Input value (numerator)
-> long int m
Input value (denominator)

Author / revision

P. Kabal / Revision 1.3 2003/05/09

See Also

MSiCeil, MSiFloor, MSlFloor


Main Index libtsp