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
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -172,7 +172,7 @@ The Calculator plugin supports the following operations:
172
172
| Factorial | x! ||
173
173
| 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. |
174
174
| Random number | rand() | Returns a fractional number between 0 and 1. |
175
-
| Pi | pi | Returns the number of pi. (To simply display pi, a sign is required like so: `+pi`.)_|
175
+
| Pi | pi | Returns the number of pi. (To simply display pi, a sign is required like so: `+pi`.) |
0 commit comments