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.
1 parent c2f2ac1 commit b7c85c7Copy full SHA for b7c85c7
src/lib/es5.d.ts
@@ -682,8 +682,8 @@ interface Math {
682
/** Returns a pseudorandom number between 0 and 1. */
683
random(): number;
684
/**
685
- * Returns a supplied numeric expression rounded to the nearest number.
686
- * @param x The value to be rounded to the nearest number.
+ * Returns a supplied numeric expression rounded to the nearest integer.
+ * @param x The value to be rounded to the nearest integer.
687
*/
688
round(x: number): number;
689
0 commit comments