Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
WhosyVox authored Apr 23, 2024
1 parent 2d373c0 commit f50f68b
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,13 @@ The second parameter does not necessarily need to be the largest. In f(x,y) for

When either argument is NaN, the expected output is also NaN.

It is still an open question of how and when to clamp values of ±Infinity.
Equally, it's not yet clear how to handle generating an integer when passed non-integer values, be that throwing a TypeError, rounding down or discarding the fractional component.

### Some open questions

It is not yet clear how and when to clamp values of ±Infinity.

Equally, we don't yet know the best way to handle generating an integer when passed non-integer values, be that throwing a TypeError, rounding down or discarding the fractional component.


## Interaction With Other Proposals

Expand Down

0 comments on commit f50f68b

Please sign in to comment.