:orphan: # PetscCeilInt Returns the ceiling of the quotation of two positive integers ## Synopsis ``` #include PetscInt PetscCeilInt(PetscInt x,PetscInt y) ``` Not Collective ## Input Parameters - ***x -*** the numerator - ***y -*** the denominator ## See Also `PetscMax()`, `PetscMin()`, `PetscAbsInt()`, `PetscAbsReal()`, `PetscApproximateLTE()` ## Level advanced ## Location include/petscmath.h --- [Edit on GitLab](https://gitlab.com/petsc/petsc/-/edit/release/include/petscmath.h) [Index of all Sys routines](index.md) [Table of Contents for all manual pages](/manualpages/index.md) [Index of all manual pages](/manualpages/singleindex.md)