Skip to content

Commit

Permalink
Remove change-base
Browse files Browse the repository at this point in the history
  • Loading branch information
yitzchak committed Jul 15, 2024
1 parent 2d861ea commit fcadad4
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 28 deletions.
24 changes: 0 additions & 24 deletions code/change-base.lisp

This file was deleted.

2 changes: 0 additions & 2 deletions code/interface.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@

(defgeneric float-bits-form (type value))

(defgeneric change-base (client float-type from to significand exponent sign))

(defgeneric integer-float (client float-type base significand exponent sign))

(defgeneric integer-float-form (float-type significand exponent sign))
Expand Down
1 change: 0 additions & 1 deletion code/packages.lisp
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
#:bits-float-form
#:float-bits
#:float-bits-form
#:change-base
#:integer-float
#:integer-float-form
#:float-integer
Expand Down
1 change: 0 additions & 1 deletion quaviver.asd
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,6 @@
(:file "bits-float")
(:file "float-bits-form")
(:file "float-bits")
(:file "change-base")
(:file "integer-float-form")
(:file "integer-float")
(:file "float-integer-form")
Expand Down

0 comments on commit fcadad4

Please sign in to comment.