Skip to content

Commit

Permalink
Merge pull request #407 from mattfarina/remove-dup-math-functions
Browse files Browse the repository at this point in the history
Removing duplicate documentation
  • Loading branch information
mattfarina authored Aug 29, 2024
2 parents 06b9a87 + 2637693 commit cb81a32
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 cb81a32

Please sign in to comment.