We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b467797 commit 1513432Copy full SHA for 1513432
public/about.html
@@ -560,8 +560,8 @@ <h2><a id="math">Functions for Math</a></h2>
560
rad2deg(n: number): number
561
562
// Returns the rounded value of an number to optional precision.
563
-// example: round(PI) return 3
564
-// example: round(PI, 3) return 3.142
+// example: round(PI) returns 3
+// example: round(PI, 3) returns 3.142
565
round(value: number, precision = 0): number
566
567
// Constrains a number between `min` and `max`.
0 commit comments