Ceil Function
for floor, it’s just truncation, which is the default behavior when converting double to int.
However, what about ceil?
You can do this
for floor, it’s just truncation, which is the default behavior when converting double to int.
However, what about ceil?
You can do this