Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1,7 @@
|
|||
#lang racket
|
||||
|
||||
(inexact->exact 0.75) ; -> 3/4
|
||||
(exact->inexact 3/4) ; -> 0.75
|
||||
|
||||
(exact->inexact 67/74) ; -> 0.9054054054054054
|
||||
(inexact->exact 0.9054054054054054) ;-> 8155166892806033/9007199254740992
|
||||
Loading…
Add table
Add a link
Reference in a new issue