Skip to content

Doc string for Math.ceil links to Math.floor #250

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Closed
illusionalsagacity opened this issue Feb 20, 2025 · 0 comments · Fixed by #251
Closed

Doc string for Math.ceil links to Math.floor #250

illusionalsagacity opened this issue Feb 20, 2025 · 0 comments · Fixed by #251

Comments

@illusionalsagacity
Copy link
Contributor

/**
ceil(v) returns the smallest `int` greater than or equal to the argument;
See [`Math.floor`](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Math/floor)
on MDN.
## Examples
```rescript
Math.Int.ceil(3.7) == 4
Math.Int.ceil(3.0) == 3
Math.Int.ceil(-3.1) == -3
```
*/

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
1 participant