Skip to content

Commit

Permalink
Miscellaneous corrections
Browse files Browse the repository at this point in the history
  • Loading branch information
jmooring committed Jan 5, 2024
1 parent f12b7b7 commit e4a1894
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion content/en/functions/images/AutoOrient.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ action:
toc: true
---

{{< new-in 0.122.0 >}}
{{< new-in 0.121.2 >}}

## Usage

Expand Down
2 changes: 2 additions & 0 deletions content/en/functions/math/Rand.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ action:
signatures: [math.Rand]
---

{{< new-in 0.121.2 >}}

The `math.Rand` function returns a pseudo-random number in the [half-open interval] [0.0, 1.0).

```go-html-template
Expand Down
2 changes: 1 addition & 1 deletion content/en/getting-started/glossary.md
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ An [interval](https://en.wikipedia.org/wiki/Interval_(mathematics)) is a range o

- A _closed_ interval, denoted by brackets, includes its endpoints. For example, [0,&nbsp;1]&nbsp;is the interval where `0 <= x <= 1`.

- An _open_ interval, denoted by parenthesis, excludes its endpoints. For example, (0,&nbsp;1)&nbsp;is the interval where `0 < x < 1`.
- An _open_ interval, denoted by parentheses, excludes its endpoints. For example, (0,&nbsp;1)&nbsp;is the interval where `0 < x < 1`.

- A _half-open_ interval includes only one of its endpoints. For example, (0,&nbsp;1]&nbsp;is the _left-open_ interval where `0 < x <= 1`, while [0,&nbsp;1)&nbsp;is the _right-open_ interval where `0 <= x < 1`.

Expand Down

0 comments on commit e4a1894

Please sign in to comment.