Browse Source

Update docs/reference/esql/functions/pow.asciidoc

Co-authored-by: Bogdan Pintea <pintea@mailbox.org>
Craig Taverner 2 years ago
parent
commit
9e566c9068
1 changed files with 1 additions and 1 deletions
  1. 1 1
      docs/reference/esql/functions/pow.asciidoc

+ 1 - 1
docs/reference/esql/functions/pow.asciidoc

@@ -33,7 +33,7 @@ include::{esql-specs}/math.csv-spec[tag=powII-result]
 |===
 
 Note: The actual power function is performed using double precision values for all cases.
-This means that for very large non-floating point values can lead to very slightly different answers.
+This means that for very large non-floating point values the operation can lead to very slightly different answers.
 However, a more likely outcome of very large non-floating point values is numerical overflow.
 
 ==== Arithmetic errors