a method in the javascript math library that returns the smallest integer greater than or equal to a decimal number.
Answers
Answered by
2
Hi
A method in the javascript math library that returns the smallest integer greater than or equal to a decimal number is min method
Math.min() will return the smallest number from given serious of number
example Math.min(-1, 2, 0, 5);
will return -1
Similar questions
Psychology,
7 months ago
English,
7 months ago
English,
7 months ago
Physics,
1 year ago
Physics,
1 year ago