Added cabal and vim dir
This commit is contained in:
@@ -0,0 +1,19 @@
|
||||
;;;
|
||||
;;; husk-scheme
|
||||
;;; http://justinethier.github.com/husk-scheme
|
||||
;;;
|
||||
;;; Written by Justin Ethier
|
||||
;;;
|
||||
;;; r7rs complex library
|
||||
;;;
|
||||
|
||||
(define-library (scheme complex)
|
||||
(export
|
||||
angle
|
||||
imag-part
|
||||
magnitude
|
||||
make-polar
|
||||
make-rectangular
|
||||
real-part
|
||||
)
|
||||
(import (scheme)))
|
Reference in New Issue
Block a user