Add a bunch of new languages
This commit is contained in:
parent
1e05ecd7ee
commit
2a4d27cea0
158 changed files with 1469 additions and 0 deletions
5
Task/Infinity/Racket/infinity.rkt
Normal file
5
Task/Infinity/Racket/infinity.rkt
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
#lang racket
|
||||
|
||||
+inf.0 ; positive infinity
|
||||
(define (finite? x) (< -inf.0 x +inf.0))
|
||||
(define (infinite? x) (not (finite? x)))
|
||||
Loading…
Add table
Add a link
Reference in a new issue