Skip to content

AlexKnauth/inexact-number-lang

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A lang-extension that reads every number as inexact

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages