You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: hub/powertoys/run.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -198,7 +198,7 @@ The Calculator plugin supports the following operations:
198
198
| Factorial | x! ||
199
199
| Sign | sign( -x ) | A number that indicates the sign of value:<br />• `-1` if number is less than zero.<br />• `0` if number is zero.<br />• `1` if number is greater than zero. |
200
200
| Random fractional number | rand() | Returns a fractional number between 0 and 1. |
201
-
| Random integer number | randi( x ) | Returns a integer number between 0 and `x`. |
201
+
| Random integer number | randi( x ) | Returns an integer number between 0 and `x`. |
0 commit comments