Skip to content

Commit 2637693

Browse files
committed
Removing duplicate documentation
Signed-off-by: Matt Farina <matt@mattfarina.com>
1 parent 06b9a87 commit 2637693

File tree

1 file changed

+0
-18
lines changed

1 file changed

+0
-18
lines changed

docs/mathf.md

-18
Original file line numberDiff line numberDiff line change
@@ -65,21 +65,3 @@ This will return `1.5`:
6565
```
6666
minf 1.5 2 3
6767
```
68-
69-
## floor
70-
71-
Returns the greatest float value less than or equal to input value
72-
73-
`floor 123.9999` will return `123.0`
74-
75-
## ceil
76-
77-
Returns the greatest float value greater than or equal to input value
78-
79-
`ceil 123.001` will return `124.0`
80-
81-
## round
82-
83-
Returns a float value with the remainder rounded to the given number to digits after the decimal point.
84-
85-
`round 123.555555` will return `123.556`

0 commit comments

Comments
 (0)