Skip to content

Commit

Permalink
fix(reviews): removing IEEE 754 rounding mode docs
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Feb 7, 2023
1 parent 665a7f2 commit 17955d3
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions extensions/functions_rounding.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit 17955d3

Please sign in to comment.