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 Copyright (C) 1995 / Revision 1.1 1995/05/04

See Also

MSiCeil, MSiFloor, MSlFloor


Main Index libtsp