Computer Science, asked by krish5487, 6 months ago

Syntex for ciel function in java​

Answers

Answered by vrpatil1650
0

Answer:

ceil() returns the double value that is greater than or equal to the argument and is equal to the nearest mathematical integer. Note: If the argument is Integer, then the result is Integer. If the argument is NaN or an infinity or positive zero or negative zero, then the result is the same as the argument.

Explanation:

q

Similar questions