Skip to content

Commit

Permalink
fix(description): updating approximation description
Browse files Browse the repository at this point in the history
  • Loading branch information
vibhatha committed Sep 6, 2022
1 parent 05bade7 commit 4464d1b
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions extensions/functions_arithmetic.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1309,10 +1309,14 @@ aggregate_functions:
description: >
Based on required operator performance and configured optimizations
on saving memory bandwidth, the precision of the end result can be
the highest possible accuracy of an approximation.
the highest possible accuracy or an approximation.
- EXACT: provides the highest accurate output
- APPROXIMATE: provides a sub-optimal output
- EXACT: provides the exact result, rounded if needed according
to the rounding option.
- APPROXIMATE: provides only an estimate; the result must lie
between the minimum and maximum values in the input
(inclusive), but otherwise the accuracy is left up to the
consumer.
options: [ EXACT, APPROXIMATE ]
required: true
- name: rounding
Expand Down

0 comments on commit 4464d1b

Please sign in to comment.