Computer Science, asked by khemwatti91699, 9 months ago

CEILING (189.89) returns 190.
CEILING (189.89) at @ 190.​

Answers

Answered by MAYURTILE2020
9

Answer:

ucdjigksurv1j ruxsyca7c2ife7fe8gd7cs

Answered by priyarksynergy
1

Explanation:

The ceil() Function:

The method ceil(x) in Python returns a ceiling value of x i.e., the smallest integer greater than or equal to x.

Following is the syntax for ceil() method −

import math

math .ceil( x )

∴ math. ceil(189.89) returns 190.

Similar questions