ceil()

निकटतम पूर्णांक मान की गणना करता है जो किसी संख्या से बड़ा या उसके बराबर है।

उदाहरण के लिए, ceil(9.03) और ceil(9.97) को कॉल करना दोनों मान लौटाते हैं 10.

उदाहरण

सिंटैक्स

ceil(एन)

पैरामीटर्स

एन
संख्या:

संख्या को पूर्णांकित किया जाना है।

Returns

पूर्णांक: पूर्णांकित संख्या.
This page is generated from the comments in src/math/calculation.js . Please feel free to edit it and submit a pull request!

संबंधित संदर्भ