Skip to content

Commit

Permalink
Merge pull request #342 from pellizzetti/patch-1
Browse files Browse the repository at this point in the history
docs: Fix typo
  • Loading branch information
mattfarina committed Nov 4, 2022
2 parents 1a4bf09 + d1d8d38 commit f37dc77
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/mathf.md
Expand Up @@ -43,7 +43,7 @@ Multiply with `mulf`
This will return `6`:

```
addf 1.5 2 2
mulf 1.5 2 2
```

## maxf
Expand All @@ -63,7 +63,7 @@ Return the smallest of a series of floats.
This will return `1.5`:

```
min 1.5 2 3
minf 1.5 2 3
```

## floor
Expand Down

0 comments on commit f37dc77

Please sign in to comment.