Skip to content

Commit

Permalink
Removing duplicate documentation
Browse files Browse the repository at this point in the history
Signed-off-by: Matt Farina <[email protected]>
  • Loading branch information
mattfarina committed Aug 29, 2024
1 parent 06b9a87 commit 2637693
Showing 1 changed file with 0 additions and 18 deletions.
18 changes: 0 additions & 18 deletions docs/mathf.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,21 +65,3 @@ This will return `1.5`:
```
minf 1.5 2 3
```

## floor

Returns the greatest float value less than or equal to input value

`floor 123.9999` will return `123.0`

## ceil

Returns the greatest float value greater than or equal to input value

`ceil 123.001` will return `124.0`

## round

Returns a float value with the remainder rounded to the given number to digits after the decimal point.

`round 123.555555` will return `123.556`

0 comments on commit 2637693

Please sign in to comment.