.
original commit: a21dc8fdc9921651dd0114cc3fb609e457a60c01
This commit is contained in:
parent
9e9b309c56
commit
aad709e4da
|
@ -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))
|
||||
|
|
Loading…
Reference in New Issue
Block a user