There was an error while loading. Please reload this page.
2 parents 06b9a87 + 2637693 commit cb81a32Copy full SHA for cb81a32
1 file changed
docs/mathf.md
@@ -65,21 +65,3 @@ This will return `1.5`:
65
```
66
minf 1.5 2 3
67
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