Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: enso-org/enso
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: a2c6cd0df78d49aacf8057ea4c0d0fa4cdc34638
Choose a base ref
..
head repository: enso-org/enso
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 30109e19dc4b311499a0c4b932681fd9083f6d57
Choose a head ref
Showing with 2 additions and 1 deletion.
  1. +2 −1 distribution/lib/Standard/Base/0.0.0-dev/src/Data/Numbers.enso
Original file line number Diff line number Diff line change
@@ -280,7 +280,8 @@ type Number

## Checks equality of numbers, using an `epsilon` value.

Throws `Incomparable_Values` error if `Number.nan` is used as `self` or `that`.
! Error Conditions
If either of the arguments is `Number.nan`, an `Incomparable_Values` error is raised.

Arguments:
- that: The number to check equality against.