7.7
inexact-number-lang
source code: https://github.com/AlexKnauth/inexact-number-lang
#lang inexact-number | package: inexact-number-lang |
A lang-extension that reads all numbers as inexact, whether they have a decimal point or not.
Example:
#lang inexact-number racket 5 ; => 5.0 1/2 ; => 0.5 -0 ; => -0.0 (/ -0) ; => -inf.0