From f50f68b399e0ec8978da7ffbb09ac9341060d52e Mon Sep 17 00:00:00 2001 From: WhosyVox <24579654+WhosyVox@users.noreply.github.com> Date: Tue, 23 Apr 2024 02:55:31 +0100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 0e41111..6a60212 100644 --- a/README.md +++ b/README.md @@ -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