MSlFloor


Routine

long int MSlFloor (long int n, long int m)

Purpose

Floor function for the ratio of two long ints

Description

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

Parameters

<- long int MSlFloor
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, MSlCeil


Main Index libtsp