original commit: a21dc8fdc9921651dd0114cc3fb609e457a60c01
This commit is contained in:
Matthew Flatt 2001-10-30 16:42:18 +00:00
parent 9e9b309c56
commit aad709e4da

View File

@ -6,11 +6,11 @@
(module math mzscheme
(provide e
pi
square
sqr
sgn conjugate
sinh cosh)
(define (square z) (* z z))
(define (sqr z) (* z z))
;; circular constants and aliases
(define e (exp 1.0))