Skip to content

Commit

Permalink
[ admin ] Document IEEE const bindings in CHLOG
Browse files Browse the repository at this point in the history
Combined, the IEEE-related commits close idris-lang#29
  • Loading branch information
CodingCellist committed Oct 20, 2023
1 parent a2cdbe5 commit b668d4b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,9 @@

* Implements `Ord` for `Count` from `Language.Reflection`.

* Adds bindings for IEEE floating point constants NaN and (+/-) Inf, as well as
machine epsilon and unit roundoff. Speeds vary depending on backend.

#### System

* Changes `getNProcessors` to return the number of online processors rather than
Expand Down
3 changes: 0 additions & 3 deletions libs/base/Data/Double.idr
Original file line number Diff line number Diff line change
@@ -1,9 +1,6 @@
||| Various IEEE floating-point number constants
module Data.Double

-- TODO:
-- * update changelog

%foreign "scheme:blodwen-calcFlonumUnitRoundoff"
"node:lambda:()=>Number.EPSILON / 2"
||| Largest number that can be added to a floating-point number without changing
Expand Down

0 comments on commit b668d4b

Please sign in to comment.