We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f90943d + d383f18 commit 5365706Copy full SHA for 5365706
src/lib/es5.d.ts
@@ -550,7 +550,7 @@ interface Math {
550
*/
551
atan2(y: number, x: number): number;
552
/**
553
- * Returns the smallest number greater than or equal to its numeric argument.
+ * Returns the smallest integer greater than or equal to its numeric argument.
554
* @param x A numeric expression.
555
556
ceil(x: number): number;
@@ -565,7 +565,7 @@ interface Math {
565
566
exp(x: number): number;
567
568
- * Returns the greatest number less than or equal to its numeric argument.
+ * Returns the greatest integer less than or equal to its numeric argument.
569
570
571
floor(x: number): number;
0 commit comments