0
257views
Explain the math function in detail
1 Answer
0
0views

Some of the math functions are:

1) Double ceil (double x) : The C library function double ceil (double x) returns the smallest integer value greater than or equal to x.

2) Double floor (double x) : The C library function double floor (double x) returns the largest integer value …

Create a free account to keep reading this post.

and 2 others joined a min ago.

Please log in to add an answer.