From 17955d3aa88c7118959114bf560024e488ce0c00 Mon Sep 17 00:00:00 2001 From: vibhatha Date: Tue, 7 Feb 2023 08:59:53 +0530 Subject: [PATCH] fix(reviews): removing IEEE 754 rounding mode docs --- extensions/functions_rounding.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/extensions/functions_rounding.yaml b/extensions/functions_rounding.yaml index 4dbc2f9ed..260634749 100644 --- a/extensions/functions_rounding.yaml +++ b/extensions/functions_rounding.yaml @@ -95,9 +95,7 @@ scalar_functions: description: > When a boundary is computed to lie somewhere between two values, and this value cannot be exactly represented, this specifies how - to round it. For floating point numbers, it specifies the IEEE - 754 rounding mode (as it does for all other floating point - operations). For integer types: + to round it. - TIE_TO_EVEN: round to nearest value; if exactly halfway, tie to the even option.