Skip to content

Commit

Permalink
Fixed docs to include Double.NegativeInfinity
Browse files Browse the repository at this point in the history
  • Loading branch information
scott-gunn committed Apr 1, 2024
1 parent c18e349 commit f76ce89
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ case class RatioOfSumsState(

/** Sums up 2 columns and then divides the final values as a Double. The columns
* can contain a mix of positive and negative numbers. Dividing by zero is allowed
* and will result in a value of Double.PositiveInfinity.
* and will result in a value of Double.PositiveInfinity or Double.NegativeInfinity.
*
* @param numerator
* First input column for computation
Expand Down

0 comments on commit f76ce89

Please sign in to comment.